Skip to content

Commit

Permalink
FIX IT
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jul 24, 2024
1 parent 878b52b commit ae7b0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ deps =
extras = alchemical-model
changedir = src/metatrain/experimental/alchemical_model/tests/
commands =
python -m pip uninstall sphericart sphericart-torch
python -m pip uninstall -y sphericart sphericart-torch
python -m pip install sphericart[torch] --no-build-isolation
pytest {posargs}

Expand All @@ -117,7 +117,7 @@ deps =
extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
python -m pip uninstall pet
python -m pip uninstall -y pet
python -m pip install pet --no-build-isolation
pytest {posargs}

Expand Down

0 comments on commit ae7b0ca

Please sign in to comment.