Skip to content

Commit 9f2b509

Browse files
committed
ci: name pr matrix based on hatch env name
1 parent 4407a0d commit 9f2b509

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: .github/workflows/hatch-matrix.json

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"hatch-env-name": "test.py3.12-numpy-version=2",
2525
"python-version": "3.12"
2626
},
27-
{
28-
"hatch-env-name": "test.py3.13-numpy-version=1",
29-
"python-version": "3.13"
30-
},
3127
{
3228
"hatch-env-name": "test.py3.13-numpy-version=2",
3329
"python-version": "3.13"

Diff for: .github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
id: set-matrix
1717
run: echo "matrix=$(cat .github/workflows/hatch-matrix.json | jq -c )" >> $GITHUB_OUTPUT
1818
test:
19+
name: test (${{ matrix.hatch-env-name }})
1920
runs-on: ubuntu-latest
2021
needs: prepare-matrix
2122
strategy:

0 commit comments

Comments
 (0)