Skip to content

Commit 7b8066d

Browse files
committed
Specify python version for pipenv
1 parent 5de8527 commit 7b8066d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python -V
9898
python -m pip install --upgrade pip
9999
python -m pip install pipenv
100-
- run: pipenv install
100+
- run: pipenv install --python 3.8
101101
working-directory: ./extra_tests
102102
- name: run snippets
103103
run: pipenv run pytest -v

0 commit comments

Comments
 (0)