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 18e9317 commit 0ed3250Copy full SHA for 0ed3250
1 file changed
.github/workflows/code-quality.yaml
@@ -169,11 +169,6 @@ jobs:
169
needs:
170
- build
171
steps:
172
- - uses: actions/checkout@v2
173
- - name: Set up Python
174
- uses: actions/setup-python@v2
175
- with:
176
- python-version: 3.9
177
- name: Retrieve packages
178
uses: actions/download-artifact@v2.0.7
179
with:
@@ -221,11 +216,6 @@ jobs:
221
216
222
217
- test-production-test-pypi
223
218
224
225
226
227
228
229
219
230
220
231
0 commit comments