Skip to content

Commit

Permalink
Merge pull request #21 from gMatas/update
Browse files Browse the repository at this point in the history
chore(poetry): Update pyproject.toml to be used with Poetry>=2.0.0
  • Loading branch information
gMatas authored Jan 6, 2025
2 parents c58a354 + 411c2fd commit f0aca57
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 f0aca57

Please sign in to comment.