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

This commit is contained in:
Glenn Jocher 2024-05-11 22:37:02 +02:00 committed by GitHub
parent 274d6e7e74
commit 6909f08dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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