Disable --slow CUDA tests for push and PR actions (#12562)
This commit is contained in:
parent
274d6e7e74
commit
6909f08dc5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue