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 ec3cf2c commit 4ebb4a0Copy full SHA for 4ebb4a0
1 file changed
.github/workflows/test-cygwin.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v4
51
52
- name: Install Cygwin
53
- uses: egor-tensin/setup-cygwin@v4
+ uses: cygwin/cygwin-install-action@v4
54
with:
55
packages: >
56
gcc-g++
@@ -71,7 +71,6 @@ jobs:
71
make
72
netpbm
73
perl
74
- python39=3.9.16-1
75
python3${{ matrix.python-minor-version }}-cffi
76
python3${{ matrix.python-minor-version }}-cython
77
python3${{ matrix.python-minor-version }}-devel
@@ -89,7 +88,7 @@ jobs:
89
88
90
- name: Select Python version
91
run: |
92
- ln -sf c:/tools/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/tools/cygwin/bin/python3
+ ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
93
94
- name: Get latest NumPy version
95
id: latest-numpy
0 commit comments