Skip to content

Commit db43738

Browse files
authored
Merge pull request #7762 from radarhere/cygwin
2 parents 940d256 + 139320b commit db43738

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-cygwin.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4
4848

4949
- name: Install Cygwin
50-
uses: cygwin/cygwin-install-action@v4
50+
uses: egor-tensin/setup-cygwin@v4
5151
with:
5252
platform: x86_64
5353
packages: >
@@ -69,6 +69,7 @@ jobs:
6969
make
7070
netpbm
7171
perl
72+
python39=3.9.16-1
7273
python3${{ matrix.python-minor-version }}-cffi
7374
python3${{ matrix.python-minor-version }}-cython
7475
python3${{ matrix.python-minor-version }}-devel
@@ -86,7 +87,7 @@ jobs:
8687

8788
- name: Select Python version
8889
run: |
89-
ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
90+
ln -sf c:/tools/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/tools/cygwin/bin/python3
9091
9192
- name: Get latest NumPy version
9293
id: latest-numpy

0 commit comments

Comments
 (0)