Skip to content

Commit

Permalink
Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Jul 25, 2024
1 parent 7d8f91a commit ad996f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ deps =
extras = alchemical-model
changedir = src/metatrain/experimental/alchemical_model/tests/
commands =
pip install sphericart --force-reinstall --no-build-isolation --no-deps
pip install sphericart-torch --force-reinstall --no-build-isolation --no-deps
pytest {posargs}

[testenv:pet-tests]
Expand All @@ -115,6 +117,7 @@ deps =
extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
pip install "pet @ git+https://github.com/spozdn/pet.git@1a470c4" --force-reinstall --no-build-isolation --no-deps
pytest {posargs}

[testenv:gap-tests]
Expand Down

0 comments on commit ad996f5

Please sign in to comment.