Skip to content

Commit 92b9a76

Browse files
Oh neat reordering the commands already fixed it
1 parent 41b795e commit 92b9a76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_building_multiple_executables.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
python3 -m pip uninstall -y mbed-tools
2020
2121
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'))"
2422
2523
# Note: For this CI job we use MBED_CREATE_PYTHON_VENV=FALSE so that we can make sure
2624
# this mode works.

0 commit comments

Comments
 (0)