We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863c678 commit f990852Copy full SHA for f990852
.github/workflows/cygwin-test.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 9999
26
- uses: cygwin/cygwin-install-action@v2
27
with:
28
- packages: python39 python39-pip git
+ packages: python39 python39-pip python39-virtualenv git
29
- name: Tell git to trust this repo
30
shell: bash.exe -eo pipefail -o igncr "{0}"
31
run: /usr/bin/git config --global --add safe.directory $(pwd)
0 commit comments