Skip to content

Commit

Permalink
test openff-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 21, 2024
1 parent ccda40d commit f0ec836
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
- name: Install ubuntu-only conda dependencies
if: matrix.config.os == 'ubuntu-latest'
run: |
micromamba install -n pmg -c conda-forge bader enumlib packmol pygraphviz tblite --yes
micromamba install -n pmg -c conda-forge \
bader enumlib packmol pygraphviz tblite openff-toolkit\
--yes
# TODO: openff-toolkit doesn't support Python 3.13 yet
- name: Install pymatgen and dependencies via uv
Expand Down

0 comments on commit f0ec836

Please sign in to comment.