Skip to content

Commit 092be9a

Browse files
author
Alan Christie
committed
ci: Add missing poetry installation
1 parent 0bd56b6 commit 092be9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Run pre-commit (all files)
4040
run: |
4141
pip install --no-cache-dir poetry=='1.8.5'
42+
poetry install --no-root --no-directory --with docs
4243
poetry run pre-commit run --all-files
4344
- name: Docker build
4445
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)