Skip to content

Commit

Permalink
CI precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Nov 21, 2024
1 parent 116b64f commit e500d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devcontainer-build-pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd "$(dirname "$0")"/..
# In my case, I need to use a custom index URL.
# Avoid pip spending time quietly retrying since
# likely cause of failure is lack of VPN connection.
pip install --editable ".[dev]" \
pip install --editable ".[dev-ag2]" \
--retries 1 \
--no-input \
--quiet
Expand Down

0 comments on commit e500d27

Please sign in to comment.