Skip to content

Commit 017d192

Browse files
authored
Add installation of missing packages for python 3.13 in cron-run-tests.yaml (#2598)
The PR installs missing pytest and scipy packages in the test environment of GitHub action `cron-run-tests.yaml`. It resolves the issue introduced in #2583.
1 parent 4bbe7ee commit 017d192

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)