Skip to content

Commit f66bcfb

Browse files
author
Alan Christie
committed
ci: Fix poetry typo
1 parent 092be9a commit f66bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +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
42+
poetry install --no-root --no-directory --with dev
4343
poetry run pre-commit run --all-files
4444
- name: Docker build
4545
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)