File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,14 +62,15 @@ jobs:
62
62
wget --no-verbose -O gcc-arm.zip https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-win32.zip
63
63
unzip -q -d /tmp gcc-arm.zip
64
64
tar -C /tmp/gcc-arm-none-* -cf - . | tar -C /usr/local -xf -
65
+ which pip; pip --version
66
+ which pip3; pip3 --version
65
67
pip3 install wheel
66
68
# requirements_dev.txt doesn't install on windows. (with msys2 python)
67
69
# instead, pick a subset for what we want to do
68
70
pip3 install cascadetoml jinja2 typer click intelhex "pc-ble-driver-py >= 0.16.4" "nrfutil > 6.0.0"
69
71
# check that installed packages work....?
70
72
which python; python --version; python -c "import cascadetoml"
71
73
which python3; python3 --version; python3 -c "import cascadetoml"
72
- which pip3; pip3 --version
73
74
74
75
- name : Set up repository
75
76
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments