Skip to content

Commit

Permalink
GitHub actions install with poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Dec 15, 2022
1 parent 4398e51 commit 2e51c0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1

- name: Install dependencies
run: |
poetry install
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit 2e51c0c

Please sign in to comment.