Skip to content

Commit

Permalink
CI: tmp run only T020
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed May 22, 2023
1 parent f2878ee commit eb45383
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb45383

Please sign in to comment.