We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092be9a commit f66bcfbCopy full SHA for f66bcfb
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run pre-commit (all files)
40
run: |
41
pip install --no-cache-dir poetry=='1.8.5'
42
- poetry install --no-root --no-directory --with docs
+ poetry install --no-root --no-directory --with dev
43
poetry run pre-commit run --all-files
44
- name: Docker build
45
uses: docker/build-push-action@v6
0 commit comments