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 98f12c4 commit 431ad8dCopy full SHA for 431ad8d
.github/workflows/build.yaml
@@ -47,11 +47,10 @@ 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
+ poetry run pre-commit run --all-files
54
- name: Build
55
56
57
poetry build
0 commit comments