Skip to content

Commit 92d1e48

Browse files
committed
Try installing pytho39-wheel Cygwin package
Maybe this will overcome the next blockage, which is the codecov PyPI package, downloading a .tar.gz file.
1 parent ace9eea commit 92d1e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
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-pip python39-virtualenv git
33+
packages: python39 python39-pip python39-virtualenv python39-wheel 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)