Skip to content

Commit

Permalink
Disable --slow CUDA tests for push and PR actions (ultralytics#12562)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored May 11, 2024
1 parent 274d6e7 commit 6909f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6909f08

Please sign in to comment.