Skip to content
Merged
Changes from all commits
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
5 changes: 2 additions & 3 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install package
run: |
python -m pip install .
python -m pip install uv "pytest >=6" "pytest-asyncio" "pytest-cov >=3"
python -m pip install "pytest >=6" "pytest-asyncio" "pytest-cov >=3"

- name: Test package
run: >-
Expand All @@ -85,8 +85,7 @@ jobs:
fetch-depth: 0

- name: Install uv
run: |
python -m pip install uv
uses: astral-sh/setup-uv@v7

- name: Python Semantic Release
id: release
Expand Down