pip install -e ".[develop]"
pre-commit install
To run the CI locally:
Download https://github.com/sp-ricard-valverde/github-act-cache-server
Run
ACT_CACHE_AUTH_KEY=foo docker compose up --build
Also modify your .actrc.
Setup (make sure docker is installed):
brew install act
Run act
act -j develop
To run the tests:
pytest
To run all the tests, including long ones
pytest -m "long"