Skip to content

Commit 4162ced

Browse files
committed
Try it without python39-pip
Just with `python-pip-wheel`.
1 parent 4b6193a commit 4162ced

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@v5
3232
with:
33-
packages: git python39 python39-pip python-pip-wheel
33+
packages: git python39 python-pip-wheel
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)