Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Run python3.9 explicitly on Cygwin CI
In case somehow another one leaked in.
  • Loading branch information
EliahKagan committed Feb 21, 2025
commit 9e22a4a5811157e59a61778285d79b686bbec9ad
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Set up virtualenv
run: |
python -m venv .venv
python3.9 -m venv .venv
echo 'BASH_ENV=.venv/bin/activate' >>"$GITHUB_ENV"

- name: Update PyPA packages
Expand Down