Skip to content

Commit 87774e5

Browse files
committed
fix: Add install poetry step.
1 parent 68dcfa9 commit 87774e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
python -m pip install tox tox-gh-actions
23+
- name: Install Poetry
24+
uses: snok/install-poetry@v1
25+
with:
26+
version: 1.5.0
27+
virtualenvs-create: true
28+
virtualenvs-in-project: true
2329
- name: Run tox test suite
2430
run: tox

0 commit comments

Comments
 (0)