Skip to content

Commit

Permalink
skip external examples in conda tests due to parmed incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Nov 13, 2024
1 parent bf25548 commit 0ab4560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ jobs:
- name: Run example notebooks
run: |
python -m pytest -r fE -v -x --tb=short --nbval-lax --ignore=examples/deprecated examples
# External examples are temporarily skipped due to parmed incompatibility https://github.com/openforcefield/openff-toolkit/issues/1532
python -m pytest -r fE -v -x --tb=short --nbval-lax --ignore=examples/deprecated --ignore=examples/external examples
3 changes: 2 additions & 1 deletion devtools/conda-envs/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies:
- pytest=7.4
- pytest-rerunfailures
- nbval
- parmed=3
# https://github.com/openforcefield/openff-toolkit/issues/1532
#- parmed=3

0 comments on commit 0ab4560

Please sign in to comment.