We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b427b52 commit 1d181fbCopy full SHA for 1d181fb
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
cd /home/django/project/Fantasy-Forge
18
cd ./api
19
source .venv/bin/activate
20
- pip install - r requirements.txt
+ pip install -r requirements.txt
21
python manage.py migrate
22
deactivate
23
cd ../frontend
0 commit comments