diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 49b05d7..9cc975a 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -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: >- @@ -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