Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (28 loc) · 628 Bytes

Contributing

Install Mamba

Check https://mamba.readthedocs.io/en/latest/installation.html#automatic-installation for updated instructions.

curl micro.mamba.pm/install.sh | bash

Install Dependencies

micromamba install \
    -y \
    -c conda-forge \
    -n orc2-status-bot \
    -f requirements.dev.txt \
    -f requirements.prod.txt

Run local

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