Skip to content

Commit 0eb794e

Browse files
committed
Migrate to pyproject.toml
1 parent 6620283 commit 0eb794e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
- name: Test
5151
run: |
52+
poetry install --no-interaction
5253
poetry run python -m unittest
5354
5455
test-with-coverage:
@@ -65,5 +66,6 @@ jobs:
6566

6667
- name: Test
6768
run: |
69+
poetry install --no-interaction
6870
poetry run coverage run -m unittest
6971
poetry run coverage report -m

0 commit comments

Comments
 (0)