Skip to content

Commit 4f73631

Browse files
committed
CI: Fix weekly tests again
1 parent 7cf1a6f commit 4f73631

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "40 06 * * SAT"
99

1010
jobs:
11-
latest p9, latest matplotlib:
11+
latest-p9_latest-matplotlib:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
@@ -52,7 +52,7 @@ jobs:
5252
path: result_images/
5353
if-no-files-found: ignore
5454

55-
latest p9, latest pandas:
55+
latest-p9_latest-pandas:
5656
runs-on: ubuntu-latest
5757

5858
strategy:
@@ -100,7 +100,7 @@ jobs:
100100
path: result_images/
101101
if-no-files-found: ignore
102102

103-
stable p9, latest matplotlib:
103+
stable-p9_latest-matplotlib:
104104
runs-on: ubuntu-latest
105105

106106
strategy:
@@ -160,7 +160,7 @@ jobs:
160160
path: result_images/
161161
if-no-files-found: ignore
162162

163-
stable p9, latest pandas:
163+
stable-p9_latest-pandas:
164164
runs-on: ubuntu-latest
165165

166166
strategy:
@@ -221,7 +221,7 @@ jobs:
221221
path: tests/result_images/
222222
if-no-files-found: ignore
223223

224-
TYP latest p9, latest matplotlib:
224+
TYP_latest-p9_latest-matplotlib:
225225
runs-on: ubuntu-latest
226226

227227
strategy:
@@ -261,7 +261,7 @@ jobs:
261261
run: |
262262
make typecheck
263263
264-
TYP latest p9, latest pandas:
264+
TYP_latest-p9_latest-pandas:
265265
runs-on: ubuntu-latest
266266

267267
strategy:

0 commit comments

Comments
 (0)