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 a5fee41 commit a2b73caCopy full SHA for a2b73ca
.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 python39-wheel git
+ packages: python39 python39-pip python39-virtualenv git
34
add-to-path: false # No need to change $PATH outside the Cygwin environment.
35
36
- name: Arrange for verbose output
@@ -61,9 +61,9 @@ jobs:
61
python3.9 -m venv --without-pip .venv
62
echo 'BASH_ENV=.venv/bin/activate' >>"$GITHUB_ENV"
63
64
- - name: Install pip in virtualenv
+ - name: Bootstrap pip in virtualenv
65
run: |
66
- python -m ensurepip
+ wget -qO- https://bootstrap.pypa.io/get-pip.py | python
67
68
- name: Update PyPA packages
69
0 commit comments