Revert "Fix cascadetoml more"

This commit is contained in:
Scott Shawcroft 2021-12-22 10:07:30 -08:00 committed by GitHub
parent c27c6155e6
commit 936644c157
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 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"