added poetry install action

pull/177/head
evelynmitchell 1 year ago
parent bf47cf4e20
commit d5a418c25b

@ -22,6 +22,8 @@ jobs:
test_type:
- "core"
- "extended"
- name: Install Poetry
uses: snok/install-poetry@v1
name: Python ${{ matrix.python-version }} ${{ matrix.test_type }}
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save