Skip to content

Commit 07caff2

Browse files
authored
Update main.yml
1 parent 279b007 commit 07caff2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727

2828
- name: Install poetry
29-
run: pip install "poetry~=1.1.4"
29+
run: |
30+
python -m pip install pip setuptools -U
31+
pip install "poetry~=1.1.4"
3032
3133
# export test dependencies from pyproject.toml, install them
3234
- name: Install dependencies

0 commit comments

Comments
 (0)