We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e36f3 commit 114d724Copy full SHA for 114d724
.github/workflows/ci.yaml
@@ -24,8 +24,11 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- os: ["ubuntu-latest", "windows-latest"]
+ os: ["ubuntu-latest"]
28
python-version: ["3.9", "3.12"]
29
+ include:
30
+ - os: "windows-latest"
31
+ python-version: "3.12"
32
steps:
33
- uses: actions/checkout@v4
34
with:
@@ -67,10 +70,8 @@ jobs:
67
70
68
71
69
72
python-version: ["3.12"]
- env: ["no-xarray", "no-dask"]
73
+ env: ["no-dask"] # "no-xarray", "no-numba"
74
include:
- - env: "no-numba"
- python-version: "3.12"
75
- env: "minimal-requirements"
76
python-version: "3.9"
77
0 commit comments