Skip to content

Commit 59a2d1a

Browse files
authored
CI: Specify python version for default pytest.
1 parent 25deb90 commit 59a2d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
run: |
169169
/usr/sbin/alternatives --set python /usr/bin/python3.${{ matrix.python-minor-version }}
170170
/usr/sbin/alternatives --set python3 /usr/bin/python3.${{ matrix.python-minor-version }}
171+
/usr/sbin/alternatives --set pytest /usr/bin/pytest-3.${{matrix.python-minor-version }}
171172
172173
- name: Install Python dependencies
173174
shell: bash.exe -eo pipefail -o igncr "{0}"

0 commit comments

Comments
 (0)