Skip to content

Commit

Permalink
CI: Install git on Cygwin CI runner
Browse files Browse the repository at this point in the history
Cygwin pip now has a chance to resolve everything on the command line.  

It won't be able to resolve dependencies, due to something pulling in Rust, but it'll get to the point where pip points out that it is not pip's fault that CI doesn't have Rust compilers for Cygwin
  • Loading branch information
DWesl committed Aug 6, 2023
1 parent 5a8ca1b commit ef9a766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
gcc-core,
gcc-g++,
ncompress
git
- name: Run tests
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
run: tox
Expand Down

0 comments on commit ef9a766

Please sign in to comment.