plis
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Lars 2024-07-05 21:00:51 +02:00
parent 1ae4dcedb1
commit 833771a265

View file

@ -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