Skip to content

Commit

Permalink
Temporarily pin Poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jan 9, 2025
1 parent bd82647 commit 61466e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
run: pipx install "poetry<2.0"

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk --update add \
sqlite \
tmux

RUN pip install poetry
RUN pip install "poetry<2.0"

WORKDIR /howtheyvote/backend

Expand Down

0 comments on commit 61466e6

Please sign in to comment.