Skip to content

Commit a37f582

Browse files
authored
Update minimum.yml
1 parent 65051a4 commit a37f582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install invoke .[test]
30+
python -m pip install --no-cache-dir invoke .[test]
3131
- name: Test with minimum versions
3232
run: invoke minimum

0 commit comments

Comments
 (0)