8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5ae2e + 936644c commit 41db3f6Copy full SHA for 41db3f6
.github/workflows/ports_windows.yml
@@ -60,7 +60,7 @@ jobs:
60
pip install wheel
61
# requirements_dev.txt doesn't install on windows. (with msys2 python)
62
# instead, pick a subset for what we want to do
63
- pip install jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
+ pip install cascadetoml jinja2 typer intelhex
64
# check that installed packages work....?
65
which python; python --version; python -c "import cascadetoml"
66
which python3; python3 --version; python3 -c "import cascadetoml"
0 commit comments