Skip to content

Commit

Permalink
fix tox test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Michael committed Jul 12, 2024
1 parent f15139d commit 34e9db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@ commands=
sh -c 'if conda info --envs | grep -q poli__rmf; then echo "poli__rmf already exists"; else conda env create -f ./src/poli/objective_repository/rmf_landscape/environment.yml; fi'
sh -c "conda run -n poli__rmf python -m pip uninstall -y poli"
sh -c "conda run -n poli__rmf python -m pip install -e ."
pytest {tty:--color=yes} -v -m "not slow and poli__rmf" {posargs}
conda run -n poli__rmf pip install pytest
conda run -n poli__rmf pytest -v -m "not slow and poli__rmf"

0 comments on commit 34e9db1

Please sign in to comment.