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