Skip to content

Commit

Permalink
test multiple ort
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Sep 26, 2024
1 parent 29cb451 commit eadda61
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
name: Array API test
timeout-minutes: 90
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
environment:
- ort117
- ort118
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -21,10 +27,12 @@ jobs:
submodules: recursive
- name: Set up pixi
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
with:
environments: ${{ matrix.environment }}
- name: Install repository
run: pixi run postinstall
run: pixi run -e ${{ matrix.environment }} postinstall
- name: Run Array API tests
run: pixi run arrayapitests
run: pixi run -e ${{ matrix.environment }} arrayapitests
- name: Upload Array API tests report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit eadda61

Please sign in to comment.