diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 5f952c1b..2a490a14 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -51,7 +51,7 @@ jobs: matrix: python-version: [3.9] pip-packages: - - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.4" + - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3" fail-fast: false steps: diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index e5458e16..25458fcc 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -47,7 +47,7 @@ jobs: matrix: python-version: [3.9] pip-packages: - - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.4" + - "setuptools pip pytest pytest-cov coverage boutdata==0.1.4 xarray==0.18.0 dask==2.10.0 numpy==1.19.3 natsort==5.5.0 matplotlib==3.1.1 animatplot==0.4.2 netcdf4==1.5.8 Pillow==7.2.0 eudist==0.1.3" fail-fast: false steps: