Skip to content

Commit 663f353

Browse files
authored
Update ci.yml
1 parent e607268 commit 663f353

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,10 @@ jobs:
261261
name: dist
262262
path: dist/
263263
- name: Test
264+
shell: bash
264265
run: |
265266
tox --installpkg dist/*.whl -v -e "${{ matrix.python.tox }}-${{ matrix.reactor.tox }}reactor"
267+
266268
linting:
267269
name: Linting
268270
runs-on: ubuntu-latest
@@ -284,6 +286,7 @@ jobs:
284286
- name: Test
285287
run: |
286288
tox -v -e linting
289+
287290
publish:
288291
name: Publish
289292
runs-on: ubuntu-latest
@@ -301,6 +304,7 @@ jobs:
301304
with:
302305
packages-dir: dist/
303306
skip-existing: true
307+
304308
all:
305309
name: All
306310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)