Skip to content

Commit

Permalink
Update to poetry 2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Jan 8, 2025
1 parent f08405c commit 55cf845
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install 'poetry<2'
- run: pip install poetry
- run: poetry install
- run: poetry run pip install wheels-linux-x86_64/*
- run: poetry run pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install 'poetry<2'
- run: pip install poetry
- run: poetry install
- run: poetry run maturin develop
- run: poetry run pytest
21 changes: 18 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55cf845

Please sign in to comment.