pin cascadetoml for windows build too

This commit is contained in:
Jeff Epler 2021-12-21 08:43:35 -06:00
parent ced98381f1
commit f527ef0eb8

View File

@ -60,7 +60,7 @@ jobs:
pip install wheel
# requirements_dev.txt doesn't install on windows. (with msys2 python)
# instead, pick a subset for what we want to do
pip install cascadetoml jinja2 typer intelhex
pip install jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
# check that installed packages work....?
which python; python --version; python -c "import cascadetoml"
which python3; python3 --version; python3 -c "import cascadetoml"