diff options
author | DWesl <22566757+DWesl@users.noreply.github.com> | 2022-06-11 10:39:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-11 10:39:36 -0400 |
commit | f99085263d959ef39830901734f232fa774dd5e0 (patch) | |
tree | c2bd3b5ff0d55472521840c8814975dff403b9c3 | |
parent | 863c67882ce6fd25f6c8d3681ccf6331418806d3 (diff) | |
download | gitpython-f99085263d959ef39830901734f232fa774dd5e0.tar.gz |
CI: Install virtualenv for Cygwin CI.
-rw-r--r-- | .github/workflows/cygwin-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index c3078153..fff21e67 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 9999 - uses: cygwin/cygwin-install-action@v2 with: - packages: python39 python39-pip git + packages: python39 python39-pip python39-virtualenv git - name: Tell git to trust this repo shell: bash.exe -eo pipefail -o igncr "{0}" run: /usr/bin/git config --global --add safe.directory $(pwd) |