Skip to content

Commit a1c76ce

Browse files
authored
Merge branch 'main' into libpng
2 parents b526488 + db43738 commit a1c76ce

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.ci/requirements-cibw.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==2.16.4
1+
cibuildwheel==2.16.5

.github/workflows/test-cygwin.yml

Lines changed: 3 additions & 2 deletions
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)