Skip to content

Commit

Permalink
poetry==2.0.1 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmpflh27 authored Jan 24, 2025
1 parent 1ec4e97 commit e51a1a7
Show file tree
Hide file tree
Showing 4 changed files with 515 additions and 346 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.8.1
poetry-version: 2.0.1

- name: Load poetry cached libs ⬇
uses: actions/cache@v4
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.8.1
poetry-version: 2.0.1

- name: Load poetry cached libs ⬇
uses: actions/cache@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install poetry 🦄
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.8.1
poetry-version: 2.0.1

- name: Install dependencies 🖥
run: poetry install --no-interaction --extras "docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ need to install Poetry first:

.. code-block:: console
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
$ curl -sSL https://install.python-poetry.org | python3 -
There are several other ways to install Poetry, as seen in
`the official guide <https://python-poetry.org/docs/#installation>`_.
Expand Down
Loading

0 comments on commit e51a1a7

Please sign in to comment.