Skip to content

Commit

Permalink
also remove -m arg
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Jan 29, 2025
1 parent cec5ea8 commit a8706d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
PYTEST_ARGS+=" --ignore=openff/toolkit/_tests/test_examples.py"
PYTEST_ARGS+=" --ignore=openff/toolkit/_tests/test_links.py"
#if [[ "$GITHUB_EVENT_NAME" == "schedule" ]]; then
PYTEST_ARGS+=" -m 'slow or not slow'"
#PYTEST_ARGS+=" -m 'slow or not slow'"
#fi
python -m pytest --durations=20 $PYTEST_ARGS $COV
Expand Down

0 comments on commit a8706d2

Please sign in to comment.