BCDA-APS / bluesky_training

Bluesky training, including instrument package
https://bcda-aps.github.io/bluesky_training/
Other
11 stars 0 forks source link

CI switch to mamba #69

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

The solver in mamba seems to be faster.

prjemian commented 2 years ago

Simultaneous with #68

prjemian commented 2 years ago

This error in the CI:

>       from .mongo_normalized import Catalog
E       ImportError: cannot import name 'Catalog' from 'databroker.mongo_normalized' (/usr/share/miniconda/envs/anaconda-test-env-py-3.9/lib/python3.9/site-packages/databroker/mongo_normalized.py)

means we have some refactoring to use databroker v2, both in the CI and locally.

prjemian commented 2 years ago

Need to make sure that all infrastructure is installed and ready.

prjemian commented 2 years ago

Upgrade to databroker v2 is out of scope for this issue.