Skip to content

Commit

Permalink
Env/CI: Update T019 comments [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Dec 31, 2022
1 parent 43db85f commit bbd7f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
run: |
PYTEST_ARGS="--nbval-lax --current-env --dist loadscope --numprocesses 2"
# Ignored notebooks
# Ignore T019 under Windows, see https://github.com/volkamerlab/teachopencadd/issues/313
PYTEST_IGNORE_T019="--ignore=teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb"
# Temporarily ignored notebooks
# Temporarily ignored notebooks, see https://github.com/volkamerlab/teachopencadd/issues/303
PYTEST_IGNORE_T008="--ignore=teachopencadd/talktorials/T008_query_pdb/talktorial.ipynb"
if [ "$RUNNER_OS" != "Windows" ]; then
Expand Down
3 changes: 1 addition & 2 deletions devtools/test_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies:
- mdtraj
- plip
- openmm
# depends on openff-toolkit -> ambertools -> not available on Windows yet!
# we install openmmforcefields in T019 under Linux and MacOS
# Dependency not included, see https://github.com/volkamerlab/teachopencadd/issues/313
# - openmmforcefields
- pdbfixer
- tqdm
Expand Down

0 comments on commit bbd7f9b

Please sign in to comment.