Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n authored Oct 17, 2023
1 parent 3a94e5b commit 27ff47b
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() {
echo "Executing unit tests..."
mamba install -y -n "${DEFAULT_CONDA_ENV:-legate}" -c conda-forge pytest pytest-mock ipython jupyter_client ucx openmpi
cd ~/legate/tests/unit
pytest -v
pytest
;;
"mypy")
echo "Executing mypy..."
Expand Down

0 comments on commit 27ff47b

Please sign in to comment.