We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b69b6 commit 5895e14Copy full SHA for 5895e14
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install pipenv
27
- pipenv sync -d
+ pipenv install -d
28
- name: Test with pytest
29
30
pipenv run pytest
0 commit comments