Check https://mamba.readthedocs.io/en/latest/installation.html#automatic-installation for updated instructions.
curl micro.mamba.pm/install.sh | bash
micromamba install \
-y \
-c conda-forge \
-n orc2-status-bot \
-f requirements.dev.txt \
-f requirements.prod.txt
micromamba activate orc2-status-bot
export SECRET_GITHUB_TOKEN=REDACTED
pytest \
--binder-url https://notebooks.gesis.org/binder/ \
--hub-url https://notebooks.gesis.org/binder/jupyter/ \
test