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.
1 parent ced9838 commit f527ef0Copy full SHA for f527ef0
.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 cascadetoml jinja2 typer intelhex
+ pip install jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
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