added poetry install line

This commit is contained in:
andy 2021-02-07 15:22:54 +00:00
parent f671027974
commit 173e287609

View File

@ -24,4 +24,6 @@ jobs:
poetry-version: ${{ matrix.poetry-version }}
- name: Run tests with pytest # test script
run: poetry run python -m unittest discover -s tests
run: |
poetry install
poetry run python -m unittest discover -s tests