mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
[no ci] improved job names
This commit is contained in:
parent
0f0eaa40b8
commit
613aff99e2
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -86,22 +86,22 @@ jobs:
|
|||||||
goal: test
|
goal: test
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
jid: 12
|
jid: 12
|
||||||
name: Test Python 3.10
|
name: Test Python ${{ matrix.python }}
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
jid: 13
|
jid: 13
|
||||||
name: Test Python 3.11
|
name: Test Python ${{ matrix.python }}
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
jid: 14
|
jid: 14
|
||||||
name: Test Python 3.12
|
name: Test Python ${{ matrix.python }}
|
||||||
- os: ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.14-dev"
|
python: "3.14-dev"
|
||||||
jid: 15
|
jid: 15
|
||||||
name: Test Python 3.14-dev
|
name: Test Python ${{ matrix.python }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user