Skip to content

Commit 41b795e

Browse files
Augh missing quote
1 parent 004bf6a commit 41b795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_building_multiple_executables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
python3 -m pip install -e ./tools
2222
23-
python -c "import os, site; print(os.path.join(site.USER_BASE, 'Scripts' if os.name == 'nt' else 'bin'))
23+
python -c "import os, site; print(os.path.join(site.USER_BASE, 'Scripts' if os.name == 'nt' else 'bin'))"
2424
2525
# Note: For this CI job we use MBED_CREATE_PYTHON_VENV=FALSE so that we can make sure
2626
# this mode works.

0 commit comments

Comments
 (0)