Skip to content

Commit 2a72692

Browse files
committed
Run pip freeze effectively
This doesn't fix the bigger issue, it just addresses something from the last commit.
1 parent 8319147 commit 2a72692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Update PyPA packages
5959
run: |
6060
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
61-
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
61+
python -m pip install -U pip $(python -m pip freeze --all | grep -ow ^setuptools) wheel
6262
6363
- name: Install project and test dependencies
6464
run: |

0 commit comments

Comments
 (0)