We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f9548 commit b86c43aCopy full SHA for b86c43a
1 file changed
.github/workflows/tox.yml
@@ -27,7 +27,11 @@ jobs:
27
uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python }}
30
- - name: Install tox
31
- run: pip install tox
+ - name: Install pipx
+ run: pip install pipx
32
+ - name: Install uv
33
+ run: pipx install uv
34
+ - name: Run pipx ensurepath
35
+ run: pipx ensurepath
36
- name: Run unit tests
- run: tox -e py3
37
+ run: uv tox
0 commit comments