Skip to content

Commit 0db3e7f

Browse files
authored
Merge pull request #119 from crdbrd/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents 6d4eddd + bba74ff commit 0db3e7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656

5757
steps:
5858
- uses: actions/checkout@v4
59-
- uses: astral-sh/setup-uv@v5
59+
- uses: astral-sh/setup-uv@v6
6060
with:
6161
python-version: ${{ matrix.python }}
62+
activate-environment: true
6263
- run: uv pip install tox tox-uv
6364
- run: tox -e ${{ matrix.tox }}
6465
if: ${{ ! matrix.coverage }}

0 commit comments

Comments
 (0)