Skip to content

Commit a93409a

Browse files
committed
fix python3 call issue
Signed-off-by: Mitchell <mitch_dz@hotmail.com>
1 parent 66a2bb0 commit a93409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_cc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fi
181181

182182
if $gen_py_coverage; then
183183
venv_dir=${repo_root}/build/venv-coverage
184-
python3 -mpip install iqm_client==16.1 -vvv --break-system-packages
184+
python3 -m pip install iqm_client==16.1 -vvv --break-system-packages
185185
python3 -m venv "$venv_dir"
186186
# shellcheck source=/dev/null
187187
. "${venv_dir}/bin/activate"

0 commit comments

Comments
 (0)