diff options
-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) |