Install intelhex on windows CI

This commit is contained in:
Scott Shawcroft 2021-07-14 10:47:03 -07:00
parent 0fadf028ef
commit e0919c4b9c
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

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
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"