Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jan 9, 2025
1 parent fc672ac commit 1d8f7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gantry/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ if [[ -n "$GITHUB_TOKEN" ]]; then
# [GANTRY] Installing prerequisites... #
########################################
"
ensure_conda

if ! command -v gh &> /dev/null; then
ensure_conda

# Install GitHub CLI.
conda install -y gh --channel conda-forge
fi
Expand Down

0 comments on commit 1d8f7e0

Please sign in to comment.