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 e607268 commit 663f353Copy full SHA for 663f353
.github/workflows/ci.yml
@@ -261,8 +261,10 @@ jobs:
261
name: dist
262
path: dist/
263
- name: Test
264
+ shell: bash
265
run: |
266
tox --installpkg dist/*.whl -v -e "${{ matrix.python.tox }}-${{ matrix.reactor.tox }}reactor"
267
+
268
linting:
269
name: Linting
270
runs-on: ubuntu-latest
@@ -284,6 +286,7 @@ jobs:
284
286
285
287
288
tox -v -e linting
289
290
publish:
291
name: Publish
292
@@ -301,6 +304,7 @@ jobs:
301
304
with:
302
305
packages-dir: dist/
303
306
skip-existing: true
307
308
all:
309
name: All
310
0 commit comments