Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4605dd6 commit a5fee41Copy full SHA for a5fee41
.github/workflows/cygwin-test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Cygwin
31
uses: cygwin/cygwin-install-action@v5
32
with:
33
- packages: python39 python39-pip python39-virtualenv git
+ packages: python39 python39-pip python39-virtualenv python39-wheel git
34
add-to-path: false # No need to change $PATH outside the Cygwin environment.
35
36
- name: Arrange for verbose output
0 commit comments