Skip to content

Commit b8a0dd7

Browse files
committed
Add installing missing tests packages for python 3.13 to cron-run-tests.yaml
1 parent 4bbe7ee commit b8a0dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron-run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
test-packages: "pytest scipy"
5050
- python: 3.12
5151
test-packages: "pytest scipy"
52+
- python: 3.13
53+
test-packages: "pytest scipy"
5254

5355
steps:
5456
- name: Cancel Previous Runs

0 commit comments

Comments
 (0)