mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Fix github workflow
This commit is contained in:
parent
97dd80b03a
commit
fb9677dc88
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user