Skip to content

Commit 352bdc7

Browse files
committed
test for actions 3.11/MS
1 parent bf711bc commit 352bdc7

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/run_hook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Run Hook Tests
1010

1111
on:
1212
# ===================== job triggers
13-
push:
14-
pull_request:
1513
workflow_dispatch:
14+
schedule:
15+
- cron: "0 2 * * 1"
1616

1717
jobs:
1818
# ===================== run the tests

.github/workflows/run_version.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: Run Version Tests
1313

1414
on:
1515
# ===================== job triggers
16+
push:
17+
pull_request:
1618
workflow_dispatch:
17-
schedule:
18-
- cron: "0 2 * * 1"
1919

2020
jobs:
2121
# ===================== run with conda
@@ -24,14 +24,9 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
system:
27-
- "ubuntu-latest"
28-
- "macos-latest"
2927
- "windows-latest"
3028
version:
31-
- "3.10"
3229
- "3.11"
33-
- "3.12"
34-
- "3.13"
3530
name: conda / ${{ matrix.system }} / ${{ matrix.version }}
3631
runs-on: ${{ matrix.system }}
3732
timeout-minutes: 20
@@ -59,14 +54,9 @@ jobs:
5954
fail-fast: false
6055
matrix:
6156
system:
62-
- "ubuntu-latest"
63-
- "macos-latest"
6457
- "windows-latest"
6558
version:
66-
- "3.10"
6759
- "3.11"
68-
- "3.12"
69-
- "3.13"
7060
name: pip / ${{ matrix.system }} / ${{ matrix.version }}
7161
runs-on: ${{ matrix.system }}
7262
timeout-minutes: 20

0 commit comments

Comments
 (0)