From b8a0dd7d805198889ad49e23c94c93d9af9b4caa Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Mon, 29 Sep 2025 12:22:49 +0200 Subject: [PATCH] Add installing missing tests packages for python 3.13 to cron-run-tests.yaml --- .github/workflows/cron-run-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cron-run-tests.yaml b/.github/workflows/cron-run-tests.yaml index 367267079c27..786b711d6d56 100644 --- a/.github/workflows/cron-run-tests.yaml +++ b/.github/workflows/cron-run-tests.yaml @@ -49,6 +49,8 @@ jobs: test-packages: "pytest scipy" - python: 3.12 test-packages: "pytest scipy" + - python: 3.13 + test-packages: "pytest scipy" steps: - name: Cancel Previous Runs