We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9b112 commit 0918b36Copy full SHA for 0918b36
.github/workflows/test.yml
@@ -19,5 +19,7 @@ jobs:
19
uses: abatilo/actions-poetry@v2
20
with:
21
poetry-version: ${{ matrix.poetry-version }}
22
+ - name: Install
23
+ run: poetry install
24
- name: Test
25
run: poetry run pytest
0 commit comments