Skip to content

Commit 8793b8e

Browse files
committed
chore(ci): Run tox-uv
1 parent fc048b5 commit 8793b8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
- name: Extract sdist
9494
if: matrix.source == 'sdist'
9595
run: tar --strip-components=1 -xzf dist/*.tar.gz
96+
- name: Install the latest version of uv
97+
uses: astral-sh/setup-uv@v3
9698
- name: Set up Python ${{ matrix.python-version }}
9799
uses: actions/setup-python@v5
98100
with:
@@ -102,8 +104,7 @@ jobs:
102104
run: python -c "import sys; print(sys.version)"
103105
- name: Install tox
104106
run: |
105-
python -m pip install --upgrade pip
106-
python -m pip install tox tox-gh-actions
107+
uv tool install tox --with=tox-uv --with=tox-gh-actions
107108
- name: Show tox config
108109
run: tox c
109110
- name: Run tox

0 commit comments

Comments
 (0)