Skip to content

Commit 2b1e774

Browse files
committed
Install setuptools firstly
1 parent aa3b976 commit 2b1e774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
virtualenvs-create: true
2626
- name: Install dependencies
2727
run: |
28-
poetry run pip3 setuptools
28+
poetry run pip3 install setuptools
2929
poetry install --no-root
3030
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
3131
- name: Format check with black

0 commit comments

Comments
 (0)