Skip to content

Commit 69e1575

Browse files
committed
CI: fix CI job names
1 parent b06d5ca commit 69e1575

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/ci_devtests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
file: ./coverage.xml
3838
verbose: true
3939

40-
py313:
40+
py314:
4141
runs-on: ubuntu-latest
42+
name: linux py314
4243
steps:
4344
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4445
- name: Set up Python 3.14

.github/workflows/ci_tests.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: py39 oldest dependencies
29-
python-version: '3.9'
28+
- python-version: '3.9'
3029
tox_env: py39-test-oldestdeps-alldeps
31-
- name: py310 mandatory dependencies only
32-
python-version: '3.10'
30+
- python-version: '3.10'
3331
tox_env: py310-test
34-
- name: py311 alldeps
35-
python-version: '3.11'
32+
- python-version: '3.11'
3633
tox_env: py311-test-alldeps
37-
- name: py313 alldeps online
38-
python-version: '3.13'
34+
- python-version: '3.13'
3935
tox_env: py313-test-alldeps
4036

4137
steps:
@@ -54,7 +50,7 @@ jobs:
5450

5551
mac_windows:
5652
runs-on: ${{ matrix.os }}
57-
name: ${{ matrix.os }} py312
53+
name: ${{ matrix.os }} (3.12 py312-test-alldeps)
5854
strategy:
5955
fail-fast: false
6056
matrix:

0 commit comments

Comments
 (0)