Skip to content

Commit

Permalink
Bump poetry action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Jan 8, 2025
1 parent 37d0a55 commit e9473c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.11"

- name: Install poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4

- name: Configure poetry
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
python-version: ${{ matrix.python_version }}

- name: Install poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4

- name: Install dependencies
run: poetry install
run: poetry install --all-extras

- name: Run main tests
shell: bash
Expand Down

0 comments on commit e9473c4

Please sign in to comment.