Merge pull request #5755 from jepler/fix-cascadetoml-more

Fix cascadetoml more
This commit is contained in:
Jeff Epler 2021-12-21 09:23:21 -07:00 committed by GitHub
commit 05b70f3a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"