From 7cf1a6f0050d49422abe9445b55ef1ffd3cef45b Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Fri, 4 Oct 2024 22:35:56 +0300 Subject: [PATCH] CI: Fix weekly tests --- .github/workflows/weekly.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 5ebb8a000..26676b014 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -5,7 +5,7 @@ on: branches: ['weekly-tests'] schedule: # At 00:00 on Monday - - cron: "40 06 * * WED" + - cron: "40 06 * * SAT" jobs: latest p9, latest matplotlib: @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: 3.12 + python-version: [3.12] steps: - name: Checkout Code @@ -57,7 +57,7 @@ jobs: strategy: matrix: - python-version: 3.12 + python-version: [3.12] steps: - name: Checkout Code @@ -105,7 +105,7 @@ jobs: strategy: matrix: - python-version: 3.12 + python-version: [3.12] steps: - name: Get latest release with tag from GitHub API @@ -165,7 +165,7 @@ jobs: strategy: matrix: - python-version: 3.12 + python-version: [3.12] steps: - name: Get latest release with tag from GitHub API