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 0fb475f commit e42d859Copy full SHA for e42d859
.github/workflows/ports_windows.yml
@@ -64,6 +64,7 @@ jobs:
64
tar -C /tmp/gcc-arm-none-* -cf - . | tar -C /usr/local -xf -
65
which pip; pip --version
66
which pip3; pip3 --version
67
+ pip debug
68
pip3 install wheel
69
# requirements_dev.txt doesn't install on windows. (with msys2 python)
70
# instead, pick a subset for what we want to do
0 commit comments