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 050ac90 commit 4f0b73eCopy full SHA for 4f0b73e
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ concurrency:
16
cancel-in-progress: true
17
18
jobs:
19
- tests:
+ tox_test:
20
name: ${{ matrix.os }} ${{ matrix.name }}
21
runs-on: ${{ matrix.os }}
22
strategy:
@@ -52,8 +52,7 @@ jobs:
52
- name: Test with tox
53
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
54
55
-
56
- gha_buildhtml:
+ tox_build:
57
name: Buildhtml testing
58
runs-on: ubuntu-latest
59
steps:
0 commit comments