From a9ef4514043787751ef77d11cd8d2f9bcb9cad5b Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sun, 10 Nov 2024 19:16:23 -0800 Subject: [PATCH] w --- .github/workflows/ci_macos.yml | 4 ++-- .github/workflows/ci_ubuntu.yml | 4 ++-- .github/workflows/ci_windows.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 3083b508822b9..aa3155ff5ada5 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -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 diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml index 3b2e346673fb0..a519152f47205 100644 --- a/.github/workflows/ci_ubuntu.yml +++ b/.github/workflows/ci_ubuntu.yml @@ -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 diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index 791fa4c6a1a64..f2874d29ddcfb 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -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