Skip to content

Commit 1393c85

Browse files
committed
Bump version of poetry
1 parent ba7add7 commit 1393c85

File tree

4 files changed

+106
-53
lines changed

4 files changed

+106
-53
lines changed

.github/actions/setup-poetry-env/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ runs:
1818
- name: Install Poetry
1919
uses: snok/install-poetry@v1
2020
with:
21+
version: 2.1.2
2122
virtualenvs-in-project: true
2223

2324
- name: Load cached venv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source .venv/bin/activate
2727
Poetry is used for handling dependencies:
2828

2929
```
30-
pip install poetry
30+
pip install "poetry >=2.1.2"
3131
```
3232

3333
Finally, install the environment with

0 commit comments

Comments
 (0)