Skip to content

Commit 0918b36

Browse files
committed
install first
1 parent 0a9b112 commit 0918b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
uses: abatilo/actions-poetry@v2
2020
with:
2121
poetry-version: ${{ matrix.poetry-version }}
22+
- name: Install
23+
run: poetry install
2224
- name: Test
2325
run: poetry run pytest

0 commit comments

Comments
 (0)