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 32e8133 commit 21f6666Copy full SHA for 21f6666
.github/workflows/build_test_publish.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
tox:
12
- name: Run Tox python-${{ matrix.version }}
+ name: Run Tox python-${{ matrix.version }} ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
strategy:
15
fail-fast: false
0 commit comments