Skip to content

Commit

Permalink
pip install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jul 19, 2023
1 parent 57fd084 commit 991af10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ if command -v selinuxenabled >/dev/null && selinuxenabled; then
chcon -Rt container_file_t cgal
fi

if command -v python3 >/dev/null; then
python3 -m pip install docker
fi

if [ -n "$GITHUB_SHA" ]; then
COMMIT_URL=https://github.com/${GITHUB_REPOSITORY}/blob/${GITHUB_SHA}
fi
Expand Down

0 comments on commit 991af10

Please sign in to comment.