Skip to content

Commit

Permalink
Add openff install from source to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Apr 4, 2024
1 parent 7328391 commit b9b36b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
# TODO remove next line installing ase from main branch when FrechetCellFilter is released
uv pip install --upgrade 'git+https://gitlab.com/ase/ase' --system
uv pip install git+https://github.com/openforcefield/openff-toolkit.git
- name: pytest split ${{ matrix.split }}
run: |
pytest --splits 10 --group ${{ matrix.split }} --durations-path tests/files/.pytest-split-durations tests

0 comments on commit b9b36b9

Please sign in to comment.