Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Jan 16, 2025
1 parent 1a707d1 commit 2f71b63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Run Array API tests (Scheduled)
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/main' }}
run: pixi run arrayapitests
- name: Run Array API tests (Push)
if: ${{ github.event_name == 'push' }}
- name: Run Array API tests (PR and main branch)
run: pixi run arrayapitests --max-examples 16 --hypothesis-seed=0
- name: Upload Array API tests report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2f71b63

Please sign in to comment.