Skip to content

Commit 730df98

Browse files
committed
Change formatting of build info
1 parent 533f8c4 commit 730df98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_wheels:
13-
name: Build and test on ${{ matrix.os }}${{ matrix.numpy-version && format(' (numpy {0}, python {1})', matrix.numpy-version, matrix.python-version) || '' }}
13+
name: Build and test on ${{ matrix.os }}${{ matrix.numpy-version && format(' (numpy {0})', matrix.numpy-version) || (matrix.python-version == "3.14") && format(' (python {0})', matrix.python-version) || '' }}
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)