Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 11, 2024
1 parent b626e3f commit a9ef451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:

- name: Test DART and dartpy
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run test-all
- name: Install
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run install
4 changes: 2 additions & 2 deletions .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:

- name: Test DART and dartpy
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run test-all
- name: Install
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run install
4 changes: 2 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

- name: Test DART and dartpy
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run test-all
- name: Install
run: |
VERBOSE=ON \
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run install

0 comments on commit a9ef451

Please sign in to comment.