Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Sep 3, 2022
1 parent fc07be6 commit 1340e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: 1.1.12
poetry-version: 1.2

- name: Install dependencies
run: |
Expand All @@ -39,4 +39,4 @@ jobs:
- name: Unit tests with pytest
run: |
python -m poetry run python -m pytest --ignore=tests/test_integration.py
python -m poetry run python -m pytest --ignore=tests/test_integration.py

0 comments on commit 1340e74

Please sign in to comment.