Skip to content

Commit 114d724

Browse files
authored
Trim CI (#355)
1 parent a7e36f3 commit 114d724

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: ["ubuntu-latest", "windows-latest"]
27+
os: ["ubuntu-latest"]
2828
python-version: ["3.9", "3.12"]
29+
include:
30+
- os: "windows-latest"
31+
python-version: "3.12"
2932
steps:
3033
- uses: actions/checkout@v4
3134
with:
@@ -67,10 +70,8 @@ jobs:
6770
fail-fast: false
6871
matrix:
6972
python-version: ["3.12"]
70-
env: ["no-xarray", "no-dask"]
73+
env: ["no-dask"] # "no-xarray", "no-numba"
7174
include:
72-
- env: "no-numba"
73-
python-version: "3.12"
7475
- env: "minimal-requirements"
7576
python-version: "3.9"
7677
steps:

0 commit comments

Comments
 (0)