Skip to content

Commit a2fe9c6

Browse files
chore: Added poetry installer
1 parent 8afdd3c commit a2fe9c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup tests
2525
run: |
26+
pip install --upgrade pip
27+
pip install poetry
2628
poetry shell
2729
poetry install
2830

0 commit comments

Comments
 (0)