Skip to content

Commit 3a7eca3

Browse files
committed
updates CI pipeline
1 parent 6f8e17f commit 3a7eca3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
github-token: ${{ secrets.GITHUB_TOKEN }}
8989
python-version: ${{ matrix.python }}
9090

91+
- name: Install tox
92+
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh-actions
93+
9194
- name: Install Python
9295
if: matrix.python != '3.13'
9396
run: uv python install --python-preference only-managed ${{ matrix.python }}

0 commit comments

Comments
 (0)