Skip to content

Commit 6f36edd

Browse files
committed
Try with "--no-cache-dir"
1 parent 0c1cfbf commit 6f36edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
- name: Update PyPA packages
6464
run: |
6565
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
66-
python -m pip -vvv install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
66+
python -m pip -vvv --no-cache-dir install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
6767
6868
- name: Install project and test dependencies
6969
run: |
70-
pip install -vvv ".[test]"
70+
pip install -vvv --no-cache-dir ".[test]"
7171
7272
- name: Show version and platform information
7373
run: |

0 commit comments

Comments
 (0)