i beg of you
This commit is contained in:
parent
833771a265
commit
de068f4b9f
1 changed files with 3 additions and 3 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