dask / dask-image

Distributed image processing
http://image.dask.org/en/latest/
BSD 3-Clause "New" or "Revised" License
210 stars 47 forks source link

Update CI test environments #367

Closed GenevieveBuckley closed 4 months ago

GenevieveBuckley commented 4 months ago

This PR:

I didn't think we needed to do this, since all of the CI checks for https://github.com/dask/dask-image/pull/363 passed before we merged it, but manually triggering CI on the main branch is failing (see here). So this is an attempt to fix that problem.

GenevieveBuckley commented 4 months ago

We need to wait for the CI checks to finish running, and see if they all successfully create conda environments. Then we can commit this suggestion, and merge the PR.

Note: we are still expecting to see pytest failures here, which will be fixed by https://github.com/dask/dask-image/pull/366. But if pytest runs at all, then the conda environment definitely was created properly.