Skip to content

Commit

Permalink
Select Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 15, 2023
1 parent 8740e32 commit 73e9482
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
restore-keys: |
${{ runner.os }}-cygwin-pip3.${{ matrix.python-minor-version }}-
- name: Select Python version
run: |
ln -sf c:/cygwin/bin/python3.${{ matrix.python-minor-version }} c:/cygwin/bin/python3
- name: Build system information
run: |
dash.exe -c "python3 .github/workflows/system-info.py"
Expand Down

0 comments on commit 73e9482

Please sign in to comment.