Skip to content

Commit

Permalink
No plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 6, 2024
1 parent b38b847 commit 7ca7fa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
repository: openforcefield/openff-fragmenter
path: openff-fragmenter

- name: Checkout SMIRNOFF plugins
uses: actions/checkout@v4
with:
repository: openforcefield/smirnoff-plugins
path: smirnoff-plugins

- name: Set up conda environment
uses: mamba-org/setup-micromamba@v1
with:
Expand All @@ -82,15 +76,12 @@ jobs:
python -m pip install -e \
openff-interchange/ \
openff-interchange/plugins/ \
smirnoff-plugins/ \
openff-qcsubmit/
- name: Run 'everything all at once' tests
run: |
python -m pytest $PYTEST_ARGS \
smirnoff-plugins/smirnoff_plugins/_tests/ \
openff-interchange/openff/interchange/_tests/ \
--ignore=smirnoff-plugins/smirnoff_plugins/_tests/handlers/test_nonbonded.py \
--ignore=openff-interchange/openff/interchange/_tests/unit_tests/components/test_packmol.py \
--ignore=openff-interchange/openff/interchange/_tests/test_parameter_plugins.py::test_force_field_custom_handler \
--ignore=openff-interchange/openff/interchange/_tests/test_forcefield.py::TestForceFieldPluginLoading \
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- msgpack-python
- openeye-toolkits =2023.2
- intermol
- smirnoff-plugins

# Recharge
- qcelemental
Expand Down

0 comments on commit 7ca7fa8

Please sign in to comment.