Skip to content

Commit da2e50b

Browse files
authored
Update main.yml
1 parent 1d69d8f commit da2e50b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: installing dependencies and setup
1616
run: |
1717
cd /home/django/project/Fantasy-Forge
18-
pipenv run
19-
python manage.py migrate
18+
pipenv run python manage.py migrate
2019
npm install
2120
npm run build

0 commit comments

Comments
 (0)