added poetry install line
This commit is contained in:
parent
f671027974
commit
173e287609
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user