Install dependencies

This commit is contained in:
2022-09-24 00:49:31 +02:00
parent ad3ee68e90
commit 341849c4c2

View File

@ -17,5 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: poetry install
- name: Run tests
run: pytest
run: poetry run pytest