Skip to content

Commit 2076734

Browse files
committed
Formatting
1 parent 32d47b8 commit 2076734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: pixi run arrayapitests --max-examples 1000 --hypothesis-seed=""
5353
- name: Run Array API tests (PR and main branch)
5454
if: ${{ github.event_name != 'schedule' }}
55-
run: pixi run arrayapitests --max-examples "$max_examples_ci"
55+
run: pixi run arrayapitests --max-examples ${{ matrix.max_examples_ci }}
5656
- name: Upload Array API tests report
5757
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5858
with:

0 commit comments

Comments
 (0)