Merge pull request #5765 from adafruit/revert-5755-fix-cascadetoml-more

Revert "Fix cascadetoml more"
This commit is contained in:
Dan Halbert 2021-12-22 22:35:27 -05:00 committed by GitHub
commit 41db3f6fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
pip install cascadetoml jinja2 typer intelhex
# check that installed packages work....?
which python; python --version; python -c "import cascadetoml"
which python3; python3 --version; python3 -c "import cascadetoml"