Skip to content

Commit

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

0 comments on commit 3838a9c

Please sign in to comment.