Skip to content

Commit 5895e14

Browse files
committed
Try install instead of sync
1 parent e5b69b6 commit 5895e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install pipenv
27-
pipenv sync -d
27+
pipenv install -d
2828
- name: Test with pytest
2929
run: |
3030
pipenv run pytest

0 commit comments

Comments
 (0)