Skip to content

Commit

Permalink
[ci] Run test-all with pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 30, 2024
1 parent ab00dfd commit 31a7aea
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-all

0 comments on commit 31a7aea

Please sign in to comment.