Skip to content

Commit

Permalink
[ci][pixi] Build only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 14, 2024
1 parent 1dc1d62 commit d1ac0f9
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 @@ -63,5 +63,5 @@ jobs:

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

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

- name: Test DART and dartpy
run: |
pixi run test
pixi run build

0 comments on commit d1ac0f9

Please sign in to comment.