Skip to content

Commit

Permalink
CI: Fix weekly tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Oct 4, 2024
1 parent 7cf1a6f commit 4f73631
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: "40 06 * * SAT"

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

strategy:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
path: result_images/
if-no-files-found: ignore

latest p9, latest pandas:
latest-p9_latest-pandas:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
path: result_images/
if-no-files-found: ignore

stable p9, latest matplotlib:
stable-p9_latest-matplotlib:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
path: result_images/
if-no-files-found: ignore

stable p9, latest pandas:
stable-p9_latest-pandas:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
path: tests/result_images/
if-no-files-found: ignore

TYP latest p9, latest matplotlib:
TYP_latest-p9_latest-matplotlib:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
run: |
make typecheck
TYP latest p9, latest pandas:
TYP_latest-p9_latest-pandas:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 4f73631

Please sign in to comment.