The dockerfile for the binder integration seemingly hasn't been updated since we moved to pixi since it still references mamba. Updating it to use pixi solved the issue.
General Checklist
[x] Updated tests or added new tests
[x] Branch is up to date with main
[x] Tests & pre-commit hooks pass
[x] Updated documentation
[x] Updated changelog.rst
Data/Catalog checklist
[ ] data/catalogs/predefined_catalogs.yml has not been modified.
[ ] None of the old data_catalog.yml files have been chagned
[ ] data/chagnelog.rst has been updated
[ ] new file uses LF line endings (done automatically if you used update_versions.py)
[ ] New file has been tested locally
[ ] Tests have been added using the new file in the test suite
Additional Notes (optional)
Add any additional notes or information that may be helpful.
Issue addressed
Fixes #1098
Explanation
The dockerfile for the binder integration seemingly hasn't been updated since we moved to pixi since it still references mamba. Updating it to use pixi solved the issue.
General Checklist
main
Data/Catalog checklist
data/catalogs/predefined_catalogs.yml
has not been modified.data_catalog.yml
files have been chagneddata/chagnelog.rst
has been updatedLF
line endings (done automatically if you usedupdate_versions.py
)Additional Notes (optional)
Add any additional notes or information that may be helpful.