Skip to content

Commit 1d181fb

Browse files
Update main.yml
typo
1 parent b427b52 commit 1d181fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cd /home/django/project/Fantasy-Forge
1818
cd ./api
1919
source .venv/bin/activate
20-
pip install - r requirements.txt
20+
pip install -r requirements.txt
2121
python manage.py migrate
2222
deactivate
2323
cd ../frontend

0 commit comments

Comments
 (0)