Skip to content

Commit b427b52

Browse files
Update main.yml
pipenv not working, switching to venv
1 parent 67e2555 commit b427b52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
run: |
1717
cd /home/django/project/Fantasy-Forge
1818
cd ./api
19-
pipenv run python manage.py migrate
19+
source .venv/bin/activate
20+
pip install - r requirements.txt
21+
python manage.py migrate
22+
deactivate
2023
cd ../frontend
2124
npm install
2225
npm install axios

0 commit comments

Comments
 (0)