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 004bf6a commit 41b795eCopy full SHA for 41b795e
.github/workflows/test_building_multiple_executables.yml
@@ -20,7 +20,7 @@ jobs:
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'))
+ 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