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 721267d commit 13801fbCopy full SHA for 13801fb
.github/workflows/cygwin-test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- uses: cygwin/cygwin-install-action@v4
29
with:
30
- packages: python39 python39-pip python39-virtualenv git=2.43.0-1
+ packages: python39 python39-pip python39-virtualenv git
31
32
- name: Show python and git versions
33
run: |
@@ -37,7 +37,6 @@ jobs:
37
- name: Tell git to trust this repo
38
39
/usr/bin/git config --global --add safe.directory "$(pwd)"
40
- /usr/bin/git config --global --add safe.directory "$(pwd)/.git"
41
42
- name: Prepare this repo for tests
43
0 commit comments