File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- cibuildwheel==2.16.4
1+ cibuildwheel==2.16.5
Original file line number Diff line number Diff line change 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 : >
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
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
You can’t perform that action at this time.
0 commit comments