Skip to content

Commit 76ac35c

Browse files
committed
fix pipenv workflow
1 parent ffdc52c commit 76ac35c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ jobs:
3535
- name: install pipenv
3636
run: pip install pipenv
3737

38-
- name: create pipenv shell
39-
run: pipenv shell
40-
4138
- name: install dependencies
42-
run: pipenv install --ignore-pipfile
39+
run: pipenv install --ignore-pipfile -dev
4340

4441
- name: pytest
45-
run: pytest
42+
run: pipenv run pytest

0 commit comments

Comments
 (0)