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 4c9df43 commit fd49bcfCopy full SHA for fd49bcf
.github/workflows/cygwin-test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Cygwin
31
uses: cygwin/cygwin-install-action@v4
32
with:
33
- packages: python39 python39-pip=23.0.1-1 python39-virtualenv git
+ packages: python39 python39-virtualenv git
34
add-to-path: false # No need to change $PATH outside the Cygwin environment.
35
36
- name: Arrange for verbose output
@@ -55,6 +55,10 @@ jobs:
55
# and cause subsequent tests to fail
56
cat test/fixtures/.gitconfig >> ~/.gitconfig
57
58
+ - name: Pin pip
59
+ run: |
60
+ python -m pip install pip==23.3.1
61
+
62
- name: Install project and test dependencies
63
run: |
64
python -m pip install ".[test]"
0 commit comments