Skip to content

Commit 9d6aeba

Browse files
authored
Update minimum.yml
1 parent b546b67 commit 9d6aeba

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)