Skip to content

Commit

Permalink
CI: Force reinstall local packages in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Mar 5, 2025
1 parent cf6c75d commit 1a9dd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade uv
python -m uv pip install pytest torch e3nn
python -m uv pip install ./cuequivariance
python -m uv pip install ./cuequivariance_torch
python -m uv pip install ./cuequivariance --force-reinstall
python -m uv pip install ./cuequivariance_torch --force-reinstall
- name: Test with pytest
run: |
pytest --doctest-modules -x cuequivariance_torch

0 comments on commit 1a9dd90

Please # to comment.