Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 17, 2024
1 parent 2b35897 commit b2ae457
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CI/ubuntu/install_deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ WORKDIR=$(pwd)

set -ex

$PIP --version
which $PIP

$PYTHON --version
which $PYTHON

install_deps() {
echo "# Installing dependencies"

Expand Down Expand Up @@ -85,7 +91,7 @@ build_glog() {
-DCMAKE_PREFIX_PATH=/usr
make
sudo make install
sudo "$PIP" install --upgrade pip stdeb argparse
"$PIP" install --upgrade pip stdeb argparse
cd "${WORKDIR}"
}

Expand Down

0 comments on commit b2ae457

Please sign in to comment.