We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0bd25 commit 98f12c4Copy full SHA for 98f12c4
.github/workflows/build.yaml
@@ -47,10 +47,11 @@ jobs:
47
run: |
48
python -m pip install --upgrade pip
49
pip install --no-cache-dir poetry==$POETRY_VERSION
50
- poetry install --with dev --no-root --no-directory
51
- name: Test
52
+ poetry install --with dev --no-root --no-directory
53
pre-commit run --all-files
54
- name: Build
55
56
57
poetry build
0 commit comments