We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81f3cb commit da2b75bCopy full SHA for da2b75b
.github/workflows/main.yml
@@ -91,7 +91,7 @@ jobs:
91
if-no-files-found: error
92
93
test:
94
- name: ${{ matrix.os }}${{ matrix.arch }} - Python 3.8 - test
+ name: ${{ matrix.os }} - ${{ matrix.arch }} - Python 3.8 - test
95
needs:
96
- build
97
runs-on: ${{ matrix.os }}
0 commit comments