From f99085263d959ef39830901734f232fa774dd5e0 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Sat, 11 Jun 2022 10:39:36 -0400 Subject: CI: Install virtualenv for Cygwin CI. --- .github/workflows/cygwin-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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) -- cgit v1.2.1