Skip to content

Commit 4b6193a

Browse files
committed
Really try python-pip-wheel
In https://cygwin.com/pipermail/cygwin/2025-March/257583.html, the package reported to fix the problem (that might be the same as this problem) was `python-pip-wheel`. But the previous commit attempted to fix this with `python39-pip-wheel`. This tries something that better resembles what worked there, by listing `python39-pip` and `python-pip-wheel` (rather than `python39-pip-wheel`).
1 parent 96da238 commit 4b6193a

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-wheel
33+
packages: git python39 python39-pip 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)