We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac77619 commit 1d69d8fCopy full SHA for 1d69d8f
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: installing dependencies and setup
16
run: |
17
cd /home/django/project/Fantasy-Forge
18
- pipenv shell
+ pipenv run
19
python manage.py migrate
20
npm install
21
npm run build
0 commit comments