Skip to content

Commit 8490bcf

Browse files
authored
Separate install and test
And trigger a clean build...
1 parent 70cc648 commit 8490bcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- check
2626
steps:
2727
- uses: actions/checkout@v1
28-
- name: tox
28+
- name: Install
2929
run: |
3030
pip install tox
31+
- name: Test
32+
run: |
3133
tox -v -e "${{ matrix.toxenv }}"

0 commit comments

Comments
 (0)