diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca8bae84..9eab2e0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,7 +83,7 @@ jobs: run: | MATRIX=$(jq -nsc '{ "os": ["ubuntu-latest", "macos-latest", "windows-latest"], - "environment": ["test-310", "test-312", "test-313"], + "environment": ["test-310", "test-313"], }') echo "MATRIX=$MATRIX" >> $GITHUB_ENV - name: Set test matrix with 'full' option diff --git a/pixi.toml b/pixi.toml index d43aabe4..5dcc3da5 100644 --- a/pixi.toml +++ b/pixi.toml @@ -15,7 +15,7 @@ USE_PYGEOS = "0" test-310 = ["py310", "test-core", "test-unit-task", "test", "example", "test-example", "download-data"] test-311 = ["py311", "test-core", "test-unit-task", "test", "example", "test-example", "download-data"] test-312 = ["py312", "test-core", "test-unit-task", "test", "example", "test-example", "download-data"] -test-313 = ["py313", "test-core", "test-unit-task", "test-3.13", "example-3.13", "test-example", "download-data"] +test-313 = ["py313", "test-core", "test-unit-task", "test", "example", "test-example", "download-data"] test-core = ["py313", "test-unit-task", "test-core"] test-ui = ["py312", "test-core", "test", "test-ui", "download-data"] docs = ["py311", "example", "doc", "download-data"] @@ -70,21 +70,6 @@ shapely = "*" xarray = "*" xesmf = "*" -[feature."example-3.13".dependencies] -bokeh_sampledata = "*" -# datashader = "*" -fiona = "*" -geopandas-base = "*" -iris = ">=3.5" -matplotlib-base = ">2.2" -mock = "*" -netcdf4 = "*" -pandas = "*" -scipy = "*" -shapely = "*" -xarray = "*" -xesmf = "*" - [feature.download-data.tasks] download-data = 'python scripts/download_data.py' @@ -127,23 +112,6 @@ scipy = "*" shapely = "*" xarray = "*" -[feature."test-3.13".dependencies] -cftime = "*" -# datashader = "*" -filelock = "*" -fiona = "*" -geopandas-base = "*" -iris = ">=3.5" -matplotlib-base = ">2.2" -nbval = "*" -netcdf4 = "*" -pandas = "*" -pyviz_comms = "*" -rioxarray = "*" -scipy = "*" -shapely = "*" -xarray = "*" - [feature.test-example.tasks] test-example = 'pytest -n logical --dist loadscope --nbval-lax examples'