The CONTRIBUTING.md file, which describes how to run the test suite is not mentioned in the PyMC documentation.
Can we include this on the website as well?
So far, I’ve been running tests by first creating an environment with
conda env create -f .\conda-envs\windows-environment-test-py38.yml
and then activating pymc-test-py38
Is there anything else we need to do?