Environment for the Parallel Python workshop. Lesson material can be found on the Software Carpentry Incubator
If the tests pass, your setup is good for the workshop.
conda env create -f environment.yml
conda activate parallel-python
pytestpip install --user poetry
poetry install
poetry run pytest