Skip to content

Commit

Permalink
Merge pull request #1814 from EliahKagan/cygwin-python
Browse files Browse the repository at this point in the history
Pin Python 3.9.16 on Cygwin CI
  • Loading branch information
Byron authored Jan 28, 2024
2 parents 10cdd03 + 8dc4cb0 commit f4ce709
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

defaults:
run:
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"

steps:
- name: Force LF line endings
Expand All @@ -27,11 +27,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Cygwin
uses: cygwin/cygwin-install-action@v4
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: python39 python39-pip python39-virtualenv git
add-to-path: false # No need to change $PATH outside the Cygwin environment.
packages: python39=3.9.16-1 python39-pip python39-virtualenv git

- name: Arrange for verbose output
run: |
Expand Down

0 comments on commit f4ce709

Please sign in to comment.