Skip to content

Commit 39e303e

Browse files
authored
CI,Cygwin: Revert use of alternatives to set pytest script.
Cygwin pytest only installs pytest-3.9. I should possibly suggest using alternatives for that and pip.
1 parent 242ddfc commit 39e303e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ 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 }}
172171
173172
- name: Install Python dependencies
174173
shell: bash.exe -eo pipefail -o igncr "{0}"

0 commit comments

Comments
 (0)