From eb45383fd3b44b7acd23ecba76167af7fb8d48ee Mon Sep 17 00:00:00 2001 From: Dominique Sydow Date: Mon, 22 May 2023 22:14:21 +0100 Subject: [PATCH] CI: tmp run only T020 --- .github/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 083be1f9..59e6c55c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,14 +77,15 @@ jobs: # Ignore T019 under Windows, see https://github.com/volkamerlab/teachopencadd/issues/313 PYTEST_IGNORE_T019="--ignore=teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb" + pytest $PYTEST_ARGS teachopencadd/talktorials/T020_md_analysis/talktorial.ipynb - if [ "$RUNNER_OS" != "Windows" ]; then - # If not Windows, run all - pytest $PYTEST_ARGS teachopencadd/talktorials/ - else - # If Windows, run all but T019 - pytest $PYTEST_ARGS teachopencadd/talktorials/ $PYTEST_IGNORE_T019 - fi + #if [ "$RUNNER_OS" != "Windows" ]; then + # # If not Windows, run all + # pytest $PYTEST_ARGS teachopencadd/talktorials/ + #else + # # If Windows, run all but T019 + # pytest $PYTEST_ARGS teachopencadd/talktorials/ $PYTEST_IGNORE_T019 + #fi format: name: Black