Skip to content

Commit aa3b976

Browse files
committed
Install setuptools firstly
1 parent bffe111 commit aa3b976

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
with:
2525
virtualenvs-create: true
2626
- name: Install dependencies
27-
run: poetry install --no-root
27+
run: |
28+
poetry run pip3 setuptools
29+
poetry install --no-root
2830
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
2931
- name: Format check with black
3032
run: poetry run black --check .

0 commit comments

Comments
 (0)