We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58129cd commit 45e62e5Copy full SHA for 45e62e5
.github/workflows/main.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
miniconda:
13
- name: Miniconda ${{ matrix.os }}
+ name: Python ${{ matrix.python-version }}, OS ${{ matrix.os }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
0 commit comments