Skip to content

Commit

Permalink
[ci] Run test-all with pixi
Browse files Browse the repository at this point in the history
(cherry picked from commit c498a132acce95cb0910822a2e5ab75754abf1dd)
  • Loading branch information
jslee02 committed Mar 31, 2024
1 parent ab00dfd commit 425b37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:

- name: Test DART and dartpy
run: |
pixi run test
pixi run test-all
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:

- name: Test DART and dartpy
run: |
pixi run test
pixi run test-all
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ jobs:

- name: Test DART and dartpy
run: |
pixi run test
pixi run test # TODO: Change to test-all

0 comments on commit 425b37d

Please sign in to comment.