Skip to content

Commit

Permalink
Update lint-and-test.yml
Browse files Browse the repository at this point in the history
Changed poetry version number from 1.5.1 to 1.8.3.
  • Loading branch information
ScotterMonk authored Oct 14, 2024
1 parent 6be807f commit e7e6b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: ^1.5.1
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: ^1.5.1
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit e7e6b08

Please sign in to comment.