Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25deb90 commit 59a2d1aCopy full SHA for 59a2d1a
1 file changed
.github/workflows/cygwin.yml
@@ -168,6 +168,7 @@ jobs:
168
run: |
169
/usr/sbin/alternatives --set python /usr/bin/python3.${{ matrix.python-minor-version }}
170
/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 }}
172
173
- name: Install Python dependencies
174
shell: bash.exe -eo pipefail -o igncr "{0}"
0 commit comments