Skip to content

Commit 0127a15

Browse files
committed
add poetry to tests
1 parent 9cf517d commit 0127a15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: "3.12"
30+
- name: Run image
31+
uses: abatilo/actions-poetry@v3
32+
with:
33+
poetry-version: "1.8.3"
3034
- name: Install dependencies
3135
run: poetry install
3236
- name: Run pytest

0 commit comments

Comments
 (0)