Skip to content

Commit 41db3f6

Browse files
authored
Merge pull request #5765 from adafruit/revert-5755-fix-cascadetoml-more
Revert "Fix cascadetoml more"
2 parents 9d5ae2e + 936644c commit 41db3f6

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 jinja2 typer intelhex cascadetoml==0.3.1 tomlkit==0.7.2
63+
pip install cascadetoml jinja2 typer intelhex
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)