We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ac35c commit 563fadeCopy full SHA for 563fade
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: pip install pipenv
37
38
- name: install dependencies
39
- run: pipenv install --ignore-pipfile -dev
+ run: pipenv install --ignore-pipfile --dev
40
41
- name: pytest
42
run: pipenv run pytest
0 commit comments