Skip to content

Commit 563fade

Browse files
committed
fix pipenv workflow
1 parent 76ac35c commit 563fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install pipenv
3737

3838
- name: install dependencies
39-
run: pipenv install --ignore-pipfile -dev
39+
run: pipenv install --ignore-pipfile --dev
4040

4141
- name: pytest
4242
run: pipenv run pytest

0 commit comments

Comments
 (0)