Skip to content

Commit

Permalink
Pin Poetry to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 5, 2025
1 parent 7885b41 commit fcb6104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
Expand Down Expand Up @@ -165,6 +166,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.5
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
Expand Down
2 changes: 1 addition & 1 deletion docs/developing-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Fork Locust on `GitHub <https://github.com/locustio/locust/>`_ and then
# clone the repo:
$ git clone git://github.com/<YourName>/locust.git
# install the poetry build system, see https://python-poetry.org/docs/#installation
# install the poetry build system, version 1.8.5, see https://python-poetry.org/docs/#installation
# install the required poetry plugins:
$ poetry self add "poethepoet[poetry_plugin]"
Expand Down

0 comments on commit fcb6104

Please sign in to comment.