We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2724d commit 29b2195Copy full SHA for 29b2195
.github/workflows/tests.yml
@@ -52,6 +52,7 @@ jobs:
52
with:
53
python-version: ${{ matrix.versions.python }}
54
allow-prereleases: true
55
+ cache: 'pip'
56
- name: Install dependencies
57
run: |
58
python -m pip install --upgrade pip
0 commit comments