mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Fix github workflow
This commit is contained in:
parent
97dd80b03a
commit
fb9677dc88
@ -28,7 +28,7 @@ jobs:
|
|||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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.)
|
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
path: |
|
path: |
|
||||||
.
|
backend
|
||||||
!venv/
|
!venv/
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user