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 e99f65c commit a79660bCopy full SHA for a79660b
.github/workflows/ports_windows.yml
@@ -65,7 +65,7 @@ jobs:
65
pip install wheel
66
# requirements_dev.txt doesn't install on windows. (with msys2 python)
67
# instead, pick a subset for what we want to do
68
- pip install cascadetoml jinja2 typer click intelhex "nrfutil > 6.0.0"
+ pip install cascadetoml jinja2 typer click intelhex pc-ble-driver-py "nrfutil > 6.0.0"
69
# check that installed packages work....?
70
which python; python --version; python -c "import cascadetoml"
71
which python3; python3 --version; python3 -c "import cascadetoml"
0 commit comments