Skip to content

Commit

Permalink
ci: fix poetry install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Browning committed Aug 1, 2023
1 parent 1d577c0 commit 8b8c0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
args:
- -c
- |
curl -sSL https://install.python-poetry.org | python3 - && \
export PATH="/builder/home/.local/bin:$$PATH && \
make setup && \
git init && \
git add . && \
Expand Down

0 comments on commit 8b8c0aa

Please sign in to comment.