Skip to content

Commit c4e9d94

Browse files
committed
added requirements.txt in workflow
1 parent 3751ade commit c4e9d94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main_backendbluenps.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ jobs:
2727
python-version: '3.12'
2828

2929
- name: Create and start virtual environment
30-
working-directory: ./bluenpsbackend
3130
run: |
3231
python -m venv venv
3332
source venv/bin/activate
3433
34+
- name: install requirements
35+
run: pip install -r requirements.txt
36+
3537
# I added this and I hope its good
3638
- name: Collect static
3739
run: python manage.py collectstatic

0 commit comments

Comments
 (0)