Skip to content

Commit 4ebb4a0

Browse files
committed
Revert "Pin to Python 3.9.16-1"
This reverts commit 139320b.
1 parent ec3cf2c commit 4ebb4a0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-cygwin.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Install Cygwin
53-
uses: egor-tensin/setup-cygwin@v4
53+
uses: cygwin/cygwin-install-action@v4
5454
with:
5555
packages: >
5656
gcc-g++
@@ -71,7 +71,6 @@ jobs:
7171
make
7272
netpbm
7373
perl
74-
python39=3.9.16-1
7574
python3${{ matrix.python-minor-version }}-cffi
7675
python3${{ matrix.python-minor-version }}-cython
7776
python3${{ matrix.python-minor-version }}-devel
@@ -89,7 +88,7 @@ jobs:
8988

9089
- name: Select Python version
9190
run: |
92-
ln -sf c:/tools/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/tools/cygwin/bin/python3
91+
ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
9392
9493
- name: Get latest NumPy version
9594
id: latest-numpy

0 commit comments

Comments
 (0)