Skip to content

Commit 4616292

Browse files
committed
debug output
1 parent 0a6f295 commit 4616292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install_dependencies.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ function is_python_version() {
1919
echo "################################################"
2020
echo "### INSTALL DEPENDENCIES ########"
2121
echo "################################################"
22-
echo PYTHON_BINDING_VERSION=${PYTHON_BINDING_VERSION}
22+
echo "PYTHON_BINDING_VERSION=${PYTHON_BINDING_VERSION}"
2323
echo "is_python_version 3.10=$(is_python_version '3.10')"
2424
echo "is_python_version 3.8=$(is_python_version '3.8')"
25-
echo "is_ubuntu_version 20.04=$(is_ubunut_version '20.04')"
26-
echo "is_ubuntu_version 22.04=$(is_ubunut_version '22.04')"
25+
echo "is_ubuntu_version 20.04=$(is_ubuntu_version '20.04')"
26+
echo "is_ubuntu_version 22.04=$(is_ubuntu_version '22.04')"
2727

2828
sudo apt-get update
2929
sudo apt-get install -y lsb-core

0 commit comments

Comments
 (0)