Removed Python version select

This commit is contained in:
Andrew Murray 2025-07-26 18:03:35 +10:00
parent 26f228611e
commit 23bb4fae42

View File

@ -89,10 +89,6 @@ jobs:
with:
dirs: 'C:\cygwin\bin;C:\cygwin\lib\lapack'
- name: Select Python version
run: |
ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
- name: pip cache
uses: actions/cache@v4
with: