Skip to content

Commit

Permalink
Fix Poetry version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Feb 20, 2025
1 parent 46ebc12 commit d470734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: [main]

env:
POETRY_VERSION: "2.2.1"
POETRY_VERSION: "2.1.1"
PYTHON_VERSION: "3.11"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .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: "2.2.1"
POETRY_VERSION: "2.1.1"
PYTHON_VERSION: "3.11"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM python:3.11-slim-bookworm AS python_builder

# Pin Poetry to a specific version to make Docker builds reproducible.
ENV POETRY_VERSION=2.2.1
ENV POETRY_VERSION=2.1.1

# Set ENV variables that make Python more friendly to running inside a container.
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit d470734

Please sign in to comment.