Disable `--slow` CUDA tests for push and PR actions (#12562)

pull/12625/head
Glenn Jocher 7 months ago committed by GitHub
parent 274d6e7e74
commit 6909f08dc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml

@ -227,7 +227,7 @@ jobs:
pip list
- name: Pytest tests
run: |
slow="--slow"
slow=""
if [[ "${{ github.event_name }}" =~ ^(schedule|workflow_dispatch)$ ]]; then
slow="--slow"
fi

Loading…
Cancel
Save