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 ec6d5ef commit 7dbcb32Copy full SHA for 7dbcb32
1 file changed
.github/workflows/test-cygwin.yml
@@ -52,7 +52,7 @@ jobs:
52
persist-credentials: false
53
54
- name: Install Cygwin
55
- uses: cygwin/cygwin-install-action@v5
+ uses: cygwin/cygwin-install-action@v6
56
with:
57
packages: >
58
gcc-g++
@@ -89,10 +89,6 @@ jobs:
89
90
dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack'
91
92
- - name: Select Python version
93
- run: |
94
- ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
95
-
96
- name: pip cache
97
uses: actions/cache@v4
98
0 commit comments