Skip to content

Commit

Permalink
C3
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 16, 2023
1 parent 24598e0 commit 45c163f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/home/coder/.local/bin/conda-utils
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install_legate_core_with_war() {
# WAR: legate-core depends on a different version of numpy than what is already installed.
# The correct version will be installed when legate-core is installed below.
# See github issue: https://github.com/nv-legate/legate.core/issues/812
mamba uninstall -y -n "${DEFAULT_CONDA_ENV:-legate}" numpy;
#mamba uninstall -y -n "${DEFAULT_CONDA_ENV:-legate}" numpy;

mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c nvidia -c conda-forge -c /tmp/conda-build/legate_core legate-core;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_test_or_analysis() {
set -x
cd ~/

# install_legate_core_with_war;
install_legate_core_with_war;

activate_conda_env;

Expand Down

0 comments on commit 45c163f

Please sign in to comment.