Skip to content

Commit fead399

Browse files
committed
Test the PR
1 parent cb7fdc1 commit fead399

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
uses: hynek/setup-cached-uv@v2
3636

3737
- name: Run tests
38-
run: uvx --with tox-uv tox -e py
38+
run: |
39+
uv pip install git+https://github.com/tox-dev/tox.git@refs/pull/3524/head
40+
tox -e py
3941
4042
- name: Upload coverage
4143
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)