Skip to content

Commit 3f26891

Browse files
authored
Update ci.yml
Install setuptools
1 parent f6dfafc commit 3f26891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141

42+
- name: Install setuptools
43+
run: pip install --upgrade setuptools
44+
4245
- name: Install Poetry
4346
uses: snok/install-poetry@v1
4447
with:

0 commit comments

Comments
 (0)