Skip to content

Commit

Permalink
+openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 16, 2023
1 parent 0332e60 commit 9169ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_test_or_analysis() {
case "$1" in
"unit")
echo "Executing unit tests..."
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx mpi
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx openmpi
cd ~/legate/tests/unit
pytest
;;
Expand Down

0 comments on commit 9169ec3

Please sign in to comment.