Skip to content

Commit

Permalink
Update to Poetry 1.4.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Mar 20, 2023
1 parent ad6b7ec commit bef908e
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [master]

env:
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.4.1"
PYTHON_VERSION: "3.10"

jobs:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: python
on: [push, pull_request]

env:
POETRY_VERSION: "1.3.2"
POETRY_VERSION: "1.4.1"
PYTHON_VERSION: "3.10"

jobs:
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Validate Poetry Configuration and Lockfile Freshness
# This command also includes `poetry check` validation.
- name: Validate Poetry Configuration
run: poetry check
- name: Validate Lockfile Freshness
run: poetry lock --check
Loading

0 comments on commit bef908e

Please sign in to comment.