Skip to content

Commit

Permalink
CI: Fix weekly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 4, 2024
1 parent a7f841e commit 7cf1a6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches: ['weekly-tests']
schedule:
# At 00:00 on Monday
- cron: "40 06 * * WED"
- cron: "40 06 * * SAT"

jobs:
latest p9, latest matplotlib:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: 3.12
python-version: [3.12]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
python-version: 3.12
python-version: [3.12]

steps:
- name: Checkout Code
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cf1a6f

Please sign in to comment.