Skip to content

Commit 7f1c54c

Browse files
authored
Update pytorch-version-tests.yml (#2597)
1 parent 9947e7d commit 7f1c54c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytorch-version-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
schedule:
66
# Run at 00:00 UTC Every Day
77
- cron: "0 0 * * *"
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -86,7 +87,7 @@ jobs:
8687
- name: Run Tests
8788
shell: bash -l {0}
8889
run: |
89-
pytest tests -vvv
90+
bash tests/run_cpu_tests.sh
9091
9192
create-issue:
9293
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)