Skip to content

Commit 7b84c9a

Browse files
committed
Try not installing python39-virtualenv either
1 parent 2a72692 commit 7b84c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Cygwin
3131
uses: cygwin/cygwin-install-action@v4
3232
with:
33-
packages: python39 python39-virtualenv git
33+
packages: python39 git
3434
add-to-path: false # No need to change $PATH outside the Cygwin environment.
3535

3636
- name: Arrange for verbose output

0 commit comments

Comments
 (0)