Skip to content

Commit

Permalink
fix: LEAP-1758: prevent use of poetry-core 2 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
jombooth authored Jan 6, 2025
1 parent 3ea3e9b commit b1bee60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: "Set up Python"
id: setup_python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ plugins = ["pydantic.mypy"]


[build-system]
requires = ["poetry-core"]
requires = ["poetry-core<2.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b1bee60

Please sign in to comment.