We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 940d256 + 139320b commit db43738Copy full SHA for db43738
.github/workflows/test-cygwin.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: actions/checkout@v4
48
49
- name: Install Cygwin
50
- uses: cygwin/cygwin-install-action@v4
+ uses: egor-tensin/setup-cygwin@v4
51
with:
52
platform: x86_64
53
packages: >
@@ -69,6 +69,7 @@ jobs:
69
make
70
netpbm
71
perl
72
+ python39=3.9.16-1
73
python3${{ matrix.python-minor-version }}-cffi
74
python3${{ matrix.python-minor-version }}-cython
75
python3${{ matrix.python-minor-version }}-devel
@@ -86,7 +87,7 @@ jobs:
86
87
88
- name: Select Python version
89
run: |
- 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
91
92
- name: Get latest NumPy version
93
id: latest-numpy
0 commit comments