Skip to content

Commit f0fd439

Browse files
author
Bernd Gassmann
committed
Fix python install requirements
1 parent 549772e commit f0fd439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ if (( IS_UBUNTU_20_04 && IS_PYTHON_3_10 )); then
8585
fi
8686

8787
sudo apt remove python3-pygments
88-
sudo pip${PYTHON_BINDING_VERSION} install -r .github/workflows/requirements.txt
88+
sudo python${PYTHON_BINDING_VERSION} -m pip install -r .github/workflows/requirements.txt

0 commit comments

Comments
 (0)