Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
one last simplification
  • Loading branch information
cdc-ap66 committed Dec 12, 2025
commit 67a1dc9cbf6b5c84d919e5c7547581a7e1dddc0d
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
with:
python-version: '3.10'

- name: Install Poetry
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry --version
pip install poetry>=2.0

- name: Install Dependencies
run: |
poetry install --no-root --with dev
poetry install --with dev

- name: Build Wheel
run: |
Expand Down