You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "setuptools pip pytest pytest-cov coverage codecov boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==6.1.0"# test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0.
52
+
python-version: ["3.12"]
57
53
fail-fast: false
58
54
59
55
steps:
60
-
- uses: actions/checkout@v2
56
+
- uses: actions/checkout@v3
61
57
- name: Set up Python ${{ matrix.python-version }}
- "setuptools pip pytest pytest-cov coverage codecov boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.18.0 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.4.2 Pillow==7.2.0"# test with oldest supported version of packages. Note, using numpy==1.18.0 as a workaround because numpy==1.17.0 is not supported on Python-3.7, even though we should currently support numpy==1.17.0.
52
+
python-version: ["3.12"]
57
53
fail-fast: false
58
54
59
55
steps:
60
-
- uses: actions/checkout@v2
56
+
- uses: actions/checkout@v3
61
57
- name: Set up Python ${{ matrix.python-version }}
0 commit comments