Skip to content

Commit 6956aa8

Browse files
committed
fix: install前先安装依赖
1 parent 38c9c5b commit 6956aa8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
- name: Install
106106
shell: bash
107107
run: |
108+
python -m pip install -r ./requirements.txt
108109
python ./install.py ${{ needs.meta.outputs.tag }}
109110
110111
if [[ "${{ matrix.os }}" != "android" ]]; then

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
json-with-comments

0 commit comments

Comments
 (0)