We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff23100 commit 0ce2388Copy full SHA for 0ce2388
.github/workflows/testing.yml
@@ -156,7 +156,7 @@ jobs:
156
- name: Test Notebooks
157
run: |
158
micromamba activate a2
159
- pytest --nbmake ./tutorials --ignore=./tutorials/openmm_tutorial.ipynb --ignore=./tutorials/force_fields/*
+ pytest --nbmake ./tutorials --ignore=./tutorials/openmm_tutorial.ipynb --ignore=./tutorials/force_fields
160
161
- name: Test ASE
162
env:
0 commit comments