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 7f47ac7 commit 878b52b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"jsonschema",
"omegaconf",
"python-hostlist",
"torch==2.3.1",
"torch",
"vesin",
]

Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,25 +100,25 @@ commands =
[testenv:alchemical-model-tests]
description = Run Alchemical Model tests with pytest
passenv = *
setenv =
PIP_OPTIONS="--no-build-isolation"
deps =
pytest
extras = alchemical-model
changedir = src/metatrain/experimental/alchemical_model/tests/
commands =
python -m pip uninstall sphericart sphericart-torch
python -m pip install sphericart[torch] --no-build-isolation
pytest {posargs}

[testenv:pet-tests]
description = Run PET tests with pytest
passenv = *
setenv =
PIP_OPTIONS="--no-build-isolation"
deps =
pytest
extras = pet
changedir = src/metatrain/experimental/pet/tests/
commands =
python -m pip uninstall pet
python -m pip install pet --no-build-isolation
pytest {posargs}

[testenv:gap-tests]
Expand Down

0 comments on commit 878b52b

Please sign in to comment.