Skip to content

Commit e4ad19a

Browse files
committed
Explicit pc-ble-driver-py version
1 parent a79660b commit e4ad19a

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
@@ -65,7 +65,7 @@ jobs:
6565
pip install wheel
6666
# requirements_dev.txt doesn't install on windows. (with msys2 python)
6767
# instead, pick a subset for what we want to do
68-
pip install cascadetoml jinja2 typer click intelhex pc-ble-driver-py "nrfutil > 6.0.0"
68+
pip install cascadetoml jinja2 typer click intelhex "pc-ble-driver-py >= 0.16.4" "nrfutil > 6.0.0"
6969
# check that installed packages work....?
7070
which python; python --version; python -c "import cascadetoml"
7171
which python3; python3 --version; python3 -c "import cascadetoml"

0 commit comments

Comments
 (0)