Skip to content

Commit

Permalink
ci: upgrade Poetry to 1.2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Sep 10, 2021
1 parent 3838a9c commit 0b281a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.2
with:
poetry-version: 1.1.8
poetry-version: 1.2.0a2
- name: Install Dependencies
run: poetry install
- name: Test with Pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
python-version: 3.8
- uses: abatilo/actions-poetry@v2.1.2
with:
poetry-version: 1.1.8
poetry-version: 1.2.0a2
- name: Install Dependencies
run: poetry install
- name: ${{ matrix.linter.name }}
Expand Down

0 comments on commit 0b281a2

Please sign in to comment.