Fix github workflow

This commit is contained in:
Phillip Kühne 2022-07-15 14:23:17 +02:00
parent 97dd80b03a
commit fb9677dc88
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -28,7 +28,7 @@ jobs:
source venv/bin/activate
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r backend/requirements.txt
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
@ -37,7 +37,7 @@ jobs:
with:
name: python-app
path: |
.
backend
!venv/
deploy: