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