Skip to content

Commit dad488e

Browse files
committed
Fix run all tests action
1 parent b17e137 commit dad488e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/run_all_tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
schedule:
44
- cron: '0 5 * * 1' # once per week on Monday at 5:00 AM UTC
55
push:
6-
pull_request:
76
workflow_dispatch:
87

98
jobs:
@@ -23,11 +22,11 @@ jobs:
2322
- windows-latest
2423
- macos-latest
2524
python-ver:
26-
- 3.9
27-
- 3.10
28-
- 3.11
29-
- 3.12
30-
- 3.13
25+
- "3.9"
26+
- "3.10"
27+
- "3.11"
28+
- "3.12"
29+
- "3.13"
3130
steps:
3231
- name: Checkout repo with submodules
3332
uses: actions/checkout@v4

0 commit comments

Comments
 (0)