Skip to content

Commit 65c7f01

Browse files
committed
Tweak names
1 parent 0985329 commit 65c7f01

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
tox_test:
20-
name: ${{ matrix.os }} ${{ matrix.name }}
20+
name: tox on ${{ matrix.os }} with ${{ matrix.name }}
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
fail-fast: false
@@ -27,17 +27,17 @@ jobs:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
python-version: ['3.12']
2929
toxenv: [py312-test]
30-
name: ['with Python 3.12',]
30+
name: ['Python 3.12',]
3131

3232
include:
3333
- python-version: '3.11'
3434
toxenv: py311-test-oldestdeps
35-
name: with Python 3.11 and oldest versioned dependencies
35+
name: Python 3.11 and oldest versioned dependencies
3636
os: ubuntu-latest
3737

3838
- python-version: '3.13'
3939
toxenv: py313-test-devdeps
40-
name: with Python 3.13 and developer versioned dependencies
40+
name: Python 3.13 and developer versioned dependencies
4141
os: ubuntu-latest
4242

4343
steps:
@@ -55,24 +55,24 @@ jobs:
5555
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
5656

5757
tox_build:
58-
name: Buildhtml testing
58+
name: Build static site with tox
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@v4
6262

6363
- name: Setup Python
6464
uses: actions/setup-python@v5
6565
with:
66-
python-version: '3.11'
66+
python-version: '3.12'
6767

6868
- name: Install dependencies
6969
run: python -m pip install --upgrade tox
7070

71-
- name: Execute notebooks as testing
72-
run: tox -e py311-buildhtml
71+
- name: Build static site
72+
run: tox -e py312-buildhtml
7373

7474
pixi_test:
75-
name: ${{ matrix.os }} with ${{ matrix.environment}}
75+
name: pixi on ${{ matrix.os }} with ${{ matrix.environment}}
7676
runs-on: ${{ matrix.os }}
7777
strategy:
7878
fail-fast: false

0 commit comments

Comments
 (0)