Skip to content

Commit f527ef0

Browse files
committed
pin cascadetoml for windows build too
1 parent ced9838 commit f527ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ports_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
pip install wheel
6161
# requirements_dev.txt doesn't install on windows. (with msys2 python)
6262
# instead, pick a subset for what we want to do
63-
pip install cascadetoml jinja2 typer intelhex
63+
pip install jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
6464
# check that installed packages work....?
6565
which python; python --version; python -c "import cascadetoml"
6666
which python3; python3 --version; python3 -c "import cascadetoml"

0 commit comments

Comments
 (0)