Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fd5f15

Browse files
committed
Undo other chages besides using the bootstrap script
Some of the other changes undertaken to investigate #2004 may be of value, but they don't seem to be needed to get it working, so let's put them off to be evaluated later.
1 parent d597fc9 commit 7fd5f15

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

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

2020
steps:
2121
- name: Force LF line endings
@@ -27,11 +27,10 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- name: Install Cygwin
31-
uses: cygwin/cygwin-install-action@v5
30+
- name: Set up Cygwin
31+
uses: egor-tensin/setup-cygwin@v4
3232
with:
3333
packages: python39 python39-pip python39-virtualenv git wget
34-
add-to-path: false # No need to change $PATH outside the Cygwin environment.
3534

3635
- name: Arrange for verbose output
3736
run: |
@@ -58,7 +57,7 @@ jobs:
5857
5958
- name: Set up virtualenv
6059
run: |
61-
python3.9 -m venv --without-pip .venv
60+
python -m venv --without-pip .venv
6261
echo 'BASH_ENV=.venv/bin/activate' >>"$GITHUB_ENV"
6362
6463
- name: Bootstrap pip in virtualenv

0 commit comments

Comments
 (0)