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 217a1f0 commit 533f8c4Copy full SHA for 533f8c4
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 && ' (numpy {0}, python {1})'.format(matrix.numpy-version, matrix.python-version) || '' }}
+ name: Build and test on ${{ matrix.os }}${{ matrix.numpy-version && format(' (numpy {0}, python {1})', matrix.numpy-version, matrix.python-version) || '' }}
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
0 commit comments