Skip to content

Commit

Permalink
I SAID FIX IT
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jul 24, 2024
1 parent ae7b0ca commit f206c2a
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 @@ -106,7 +106,7 @@ extras = alchemical-model
changedir = src/metatrain/experimental/alchemical_model/tests/
commands =
python -m pip uninstall -y sphericart sphericart-torch
python -m pip install sphericart[torch] --no-build-isolation
python -m pip install sphericart[torch] --no-build-isolation --no-binary
pytest {posargs}

[testenv:pet-tests]
Expand All @@ -118,7 +118,7 @@ extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
python -m pip uninstall -y pet
python -m pip install pet --no-build-isolation
python -m pip install "pet @ git+https://github.com/spozdn/pet.git@1a470c4" --no-build-isolation
pytest {posargs}

[testenv:gap-tests]
Expand Down

0 comments on commit f206c2a

Please sign in to comment.