This commit is contained in:
parent
1ae4dcedb1
commit
833771a265
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.python_ver }}
|
python-version: ${{ env.python_ver }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
- run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r ./requirements.txt -t ./lib
|
pip install -r ./requirements.txt -t ./lib
|
||||||
mkdir uploads
|
mkdir uploads
|
||||||
|
|
Loading…
Reference in a new issue