We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b546b67 commit 9d6aebaCopy full SHA for 9d6aeba
.github/workflows/minimum.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install invoke .[test]
+ python -m pip install --no-cache-dir invoke .[test]
31
- name: Test with minimum versions
32
run: invoke minimum
0 commit comments