Skip to content

Commit

Permalink
update Poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
lunakv committed Sep 30, 2023
1 parent 50720f4 commit 218de3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Install Poetry
run: pipx install poetry==1.2.1
run: pipx install poetry==1.6.1
shell: bash
- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10

# Configure Poetry
ENV POETRY_VERSION=1.2.1
ENV POETRY_VERSION=1.6.1
ENV POETRY_HOME=/opt/poetry
ENV POETRY_VENV=/opt/poetry-venv
ENV POETRY_CACHE_DIR=/opt/.cache
Expand Down

0 comments on commit 218de3a

Please sign in to comment.