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 0f9d2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ 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 --yes \
bader enumlib packmol pygraphviz tblite openff-toolkit
# TODO: openff-toolkit doesn't support Python 3.13 yet
- name: Install pymatgen and dependencies via uv
Expand Down

0 comments on commit 0f9d2a1

Please sign in to comment.