Skip to content

Commit 1fcb030

Browse files
committed
install poetry in workflow
1 parent e722767 commit 1fcb030

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.10" # Change this to match your setup
21+
22+
- name: Install Poetry
23+
run: |
24+
curl -sSL https://install.python-poetry.org | python3 -
25+
export PATH="$HOME/.local/bin:$PATH"
2126
2227
- name: Install Dependencies
2328
run: |

0 commit comments

Comments
 (0)