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 32d47b8 commit 2076734Copy full SHA for 2076734
.github/workflows/array-api.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pixi run arrayapitests --max-examples 1000 --hypothesis-seed=""
53
- name: Run Array API tests (PR and main branch)
54
if: ${{ github.event_name != 'schedule' }}
55
- run: pixi run arrayapitests --max-examples "$max_examples_ci"
+ run: pixi run arrayapitests --max-examples ${{ matrix.max_examples_ci }}
56
- name: Upload Array API tests report
57
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58
with:
0 commit comments