Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
980033c
Add python 3.11 to CI
Illviljan Dec 4, 2022
d421f6e
comment out numba
Illviljan Dec 4, 2022
e6d5f87
Comment out zarr
Illviljan Dec 4, 2022
63c4605
Comment out netcdf4
Illviljan Dec 4, 2022
f62d1c0
comment out h5netcdf
Illviljan Dec 4, 2022
982dbcc
comment out hdf5
Illviljan Dec 4, 2022
0d21420
comment out h5py
Illviljan Dec 4, 2022
fb337c9
comment out cdms2
Illviljan Dec 4, 2022
31217a1
comment out psuedonetcdf
Illviljan Dec 4, 2022
234f6d4
Merge branch 'main' into add_python_311
Illviljan Dec 18, 2022
42e2954
comment out pydap
Illviljan Dec 18, 2022
5a5339c
comment out numbagg
Illviljan Dec 18, 2022
c5fe320
comment out pip install
Illviljan Dec 18, 2022
68e4b60
Update ci/requirements/environment.yml
Illviljan Dec 24, 2022
0e8fe97
Update ci/requirements/environment.yml
Illviljan Dec 24, 2022
50dd570
Update ci/requirements/environment.yml
Illviljan Dec 24, 2022
836eb68
Update ci/requirements/environment.yml
Illviljan Dec 25, 2022
84725cb
Merge branch 'main' into add_python_311
keewis Jan 10, 2023
1d230fb
Merge branch 'main' into add_python_311
dcherian Jan 20, 2023
dd17c04
update rest of envs
Illviljan Jan 20, 2023
87d689a
Let's see if we have any errors with this
Illviljan Jan 20, 2023
2160455
Merge branch 'main' into add_python_311
Illviljan Jan 23, 2023
7ff4f0f
Merge branch 'main' into add_python_311
dcherian Jan 26, 2023
45e23ea
Merge branch 'main' into add_python_311
Illviljan Mar 3, 2023
0bf2113
Merge branch 'main' into add_python_311
Illviljan Apr 15, 2023
ad7a80c
Merge branch 'main' into add_python_311
Illviljan May 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

env:
CONDA_ENV_FILE: ci/requirements/environment.yml
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.11"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
shell: bash -l {0}
env:
CONDA_ENV_FILE: ci/requirements/environment.yml
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.11"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
environment-name: xarray-tests
environment-file: false
extra-specs: |
python=3.10
python=3.11
pyyaml
conda
python-dateutil
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
os: ubuntu-latest
# Latest python version:
- env: "all-but-dask"
python-version: "3.10"
python-version: "3.11"
os: ubuntu-latest
- env: "flaky"
python-version: "3.10"
python-version: "3.11"
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
# We only want to install this on one run, because otherwise we'll have
# duplicate annotations.
- name: Install error reporter
if: ${{ matrix.os }} == 'ubuntu-latest' and ${{ matrix.python-version }} == '3.10'
if: ${{ matrix.os }} == 'ubuntu-latest' and ${{ matrix.python-version }} == '3.11'
run: |
python -m pip install pytest-github-actions-annotate-failures

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
with:
Expand Down