Skip to content

Commit

Permalink
chore(poetry): Update pyproject.toml to be used with Poetry>=2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gMatas committed Jan 6, 2025
1 parent c58a354 commit 411c2fd
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 67 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install poetry
run: |
python -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install "poetry~=1.7.1"
$POETRY_HOME/bin/pip install "poetry>=2.0.0,<3.0.0"
$POETRY_HOME/bin/poetry --version
- name: Install package
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Install poetry
run: |
python -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install "poetry~=1.7.1"
$POETRY_HOME/bin/pip install "poetry>=2.0.0,<3.0.0"
$POETRY_HOME/bin/poetry --version
- name: Install package
run: |
Expand Down
Loading

0 comments on commit 411c2fd

Please sign in to comment.