Skip to content

Commit 92bc41a

Browse files
authored
Update to Poetry 2 (#1099)
2 parents 13c8504 + 68c5800 commit 92bc41a

File tree

5 files changed

+90
-38
lines changed

5 files changed

+90
-38
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cp xapian-core-1.4.26/languages/stopwords/english.list /usr/share/xapian-core/stopwords/english.list
3737
3838
- name: Install poetry
39-
run: pipx install "poetry<2.0"
39+
run: pipx install poetry
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v5

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cp xapian-core-1.4.26/languages/stopwords/english.list /usr/share/xapian-core/stopwords/english.list
3737
3838
- name: Install poetry
39-
run: pipx install "poetry<2.0"
39+
run: pipx install poetry
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v5

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apk --update add \
1717
xapian-core \
1818
xapian-bindings-python3
1919

20-
RUN pip install "poetry<2.0"
20+
RUN pip install poetry
2121

2222
WORKDIR /howtheyvote/backend
2323

0 commit comments

Comments
 (0)