Skip to content

Commit

Permalink
Update to Poetry 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 8, 2025
1 parent 6373e2f commit 5ac40d3
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
- run: poetry install -E with_everything
- run: pip install poetry
- run: poetry install --all-extras --all-groups
# - run: poetry show --all
# - run: poetry show --outdated
# - run: poetry show --tree
Expand Down
Loading

0 comments on commit 5ac40d3

Please sign in to comment.