Install intelhex on windows CI
This commit is contained in:
parent
0fadf028ef
commit
e0919c4b9c
2
.github/workflows/ports_windows.yml
vendored
2
.github/workflows/ports_windows.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user