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 41b795e commit 92b9a76Copy full SHA for 92b9a76
.github/workflows/test_building_multiple_executables.yml
@@ -19,8 +19,6 @@ jobs:
19
python3 -m pip uninstall -y mbed-tools
20
21
python3 -m pip install -e ./tools
22
-
23
- python -c "import os, site; print(os.path.join(site.USER_BASE, 'Scripts' if os.name == 'nt' else 'bin'))"
24
25
# Note: For this CI job we use MBED_CREATE_PYTHON_VENV=FALSE so that we can make sure
26
# this mode works.
0 commit comments