Skip to content

Commit

Permalink
Merge pull request #63 from openforcefield/add-psi4
Browse files Browse the repository at this point in the history
Add Psi4
  • Loading branch information
mattwthompson authored Feb 14, 2025
2 parents 921979d + 1fd3cef commit 56f12b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
run: |
# rm openff-interchange/ openff-toolkit/ openff-units/ openff-utilities/
# micromamba install openff-qcsubmit -c conda-forge -y
pytest $PYTEST_ARGS . \
pytest $PYTEST_ARGS \
openff-qcsubmit/ \
--ignore=openff-qcsubmit/openff/qcsubmit/_tests/test_submissions.py
- name: Run NAGL tests via pyargs
if: matrix.os == 'FOOBAR'
run: |
python -m pytest -nauto --pyargs "openff.nagl"
python -m pytest -nauto openff-qcsubmit/ # openff-nagl/
3 changes: 1 addition & 2 deletions devtools/conda-envs/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- openff-qcsubmit
- qcarchivetesting
- h5py
- psi4 =1.9

- openff-nagl

Expand All @@ -39,5 +40,3 @@ dependencies:
- lammps >=2023.08.02
- openmpi =4

# shims
- pint <0.24

0 comments on commit 56f12b7

Please sign in to comment.