We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffe111 commit aa3b976Copy full SHA for aa3b976
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,9 @@ jobs:
24
with:
25
virtualenvs-create: true
26
- name: Install dependencies
27
- run: poetry install --no-root
+ run: |
28
+ poetry run pip3 setuptools
29
+ poetry install --no-root
30
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
31
- name: Format check with black
32
run: poetry run black --check .
0 commit comments