Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jla-gardner committed Feb 15, 2025
1 parent 30de35b commit d0add1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
cache-dependency-glob: "uv.lock"

- name: Install graph-pes and required dependencies
run: uv sync --extra test
run: uv pip install --system --upgrade ".[test]"

- name: Install mace-torch
run: uv pip install mace-torch torch==2.5 # TODO: unfix this version
run: uv pip install --system mace-torch torch==2.5 # TODO: unfix this version

- name: Run tests
run: uv run pytest src/graph_pes/interfaces/mace_test.py -vvv
Expand All @@ -149,10 +149,10 @@ jobs:
cache-dependency-glob: "uv.lock"

- name: Install graph-pes and required dependencies
run: uv sync --extra test
run: uv pip install --system --upgrade ".[test]"

- name: Install mattersim
run: uv pip install mattersim==1.0.0
run: uv pip install --system mattersim==1.0.0

- name: Run tests
run: uv run pytest src/graph_pes/interfaces/mattersim_test.py -vvv

0 comments on commit d0add1e

Please sign in to comment.