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 650d498 commit b21841dCopy full SHA for b21841d
.github/workflows/ci.yaml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/setup-python@v4
34
with:
35
python-version: ${{ matrix.python }}
36
+ cache: 'pip'
37
38
- uses: actions/cache@v3
39
@@ -60,6 +61,7 @@ jobs:
60
61
62
63
python-version: '3.11'
64
65
66
- name: Install build dependencies
67
run: |
@@ -90,6 +92,7 @@ jobs:
90
92
91
93
94
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
95
96
97
98
@@ -167,6 +170,7 @@ jobs:
167
170
168
171
169
172
173
174
175
176
if: steps.mike-metadata.outputs.version
0 commit comments