Skip to content

Commit 318deea

Browse files
chore: Added poetry oficial installer
1 parent 69df256 commit 318deea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
- name: Setup tests
2525
run: |
2626
pip install --upgrade pip
27-
pip install poetry
27+
curl -sSL https://install.python-poetry.org | python3 -
28+
poetry config virtualenvs.create false
2829
poetry install
2930
3031
- name: Run tests & CodeCov
31-
run: |
32+
run: |
3233
coverage run -m pytest
3334
coverage report
3435
coverage xml

0 commit comments

Comments
 (0)