Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 31, 2023
1 parent d7a8b74 commit f9fa06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions continuous_integration/scripts/build-legate
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ init_sccache() {
CMAKE_C_COMPILER_LAUNCHER=$(which sccache)
export CMAKE_C_COMPILER_LAUNCHER
export CMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER}
export CMAKE_CUDA_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER}

echo AWS_REGION="${AWS_REGION:-}"
echo AWS_SESSION_TOKEN="${AWS_SESSION_TOKEN:-}"
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/scripts/run-test-or-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run_test_or_analysis() {
"unit")
echo "Executing unit tests..."
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client
cd $BASE_DIRR/tests/unit
cd $BASE_DIR/tests/unit
pytest
;;
"mypy")
Expand Down

0 comments on commit f9fa06b

Please sign in to comment.