Skip to content

Commit b86c43a

Browse files
committed
github/workflows/tox.yml: Update
Signed-off-by: Zack Cerza <zack@cerza.org>
1 parent b4f9548 commit b86c43a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/tox.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ jobs:
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python }}
30-
- name: Install tox
31-
run: pip install tox
30+
- name: Install pipx
31+
run: pip install pipx
32+
- name: Install uv
33+
run: pipx install uv
34+
- name: Run pipx ensurepath
35+
run: pipx ensurepath
3236
- name: Run unit tests
33-
run: tox -e py3
37+
run: uv tox

0 commit comments

Comments
 (0)