We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730df98 commit ca0fe91Copy full SHA for ca0fe91
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build_wheels:
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) || '' }}
+ name: Build and test on ${{ matrix.os }}${{ matrix.numpy-version && format(' (numpy {0})', matrix.numpy-version) || matrix.python-version && format(' (python {0})', matrix.python-version) || '' }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
0 commit comments