Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install conda in CI #185

Closed
wants to merge 1 commit into from

Conversation

Illviljan
Copy link
Contributor

@Illviljan Illviljan commented Nov 2, 2022

Should fix some windows issues noticed in #151, where listing the conda version info crashed the CI.

Solution from: pydata/xarray#7241 (comment)

@dcherian
Copy link
Collaborator

dcherian commented Nov 2, 2022

micromamba already lists version info when it creates the environment. Do we need the conda list step?

@Illviljan
Copy link
Contributor Author

Only thing missing in the micromamba table seems to be flox. Maybe it is just a remnant from when using anaconda?

@Illviljan
Copy link
Contributor Author

Some issues with the upstream ci:


=========================== short test summary info ============================
FAILED tests/test_xarray.py::test_xarray_resample[flox-27-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-27-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-27-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-27-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-125-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-125-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-125-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-125-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-144-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-144-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-144-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[flox-144-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample_dataset_multiple_arrays[flox] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[flox-count-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[flox-mean-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-27-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-27-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-27-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-27-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-125-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-125-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-125-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-125-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-144-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-144-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-144-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numpy-144-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample_dataset_multiple_arrays[numpy] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[numpy-count-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[numpy-mean-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-27-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-27-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-27-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-27-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-125-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-125-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-125-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-125-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-144-True-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[numba-count-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-144-True-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_datetime_array_reduce[numba-mean-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-144-False-True] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample[numba-144-False-False] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
FAILED tests/test_xarray.py::test_xarray_resample_dataset_multiple_arrays[numba] - TypeError: Grouper.__init__() got an unexpected keyword argument 'base'
= 45 failed, 6069 passed, 1742 skipped, 165 xfailed, 3 xpassed, 7671 warnings in 327.73s (0:05:27) =

@dcherian
Copy link
Collaborator

dcherian commented Nov 2, 2022

Maybe it is just a remnant from when using anaconda?

Yes I think so. I'm going to close here since we don't really need it now.

The upstream failures are form pandas changing something about resampling. It should be in xarray upstream but I guess the wheels haven't updated yet?

@dcherian dcherian closed this Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants