Skip to content

Commit f990852

Browse files
authored
CI: Install virtualenv for Cygwin CI.
1 parent 863c678 commit f990852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cygwin-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 9999
2626
- uses: cygwin/cygwin-install-action@v2
2727
with:
28-
packages: python39 python39-pip git
28+
packages: python39 python39-pip python39-virtualenv git
2929
- name: Tell git to trust this repo
3030
shell: bash.exe -eo pipefail -o igncr "{0}"
3131
run: /usr/bin/git config --global --add safe.directory $(pwd)

0 commit comments

Comments
 (0)