We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc048b5 commit 8793b8eCopy full SHA for 8793b8e
.github/workflows/build-test-deploy.yml
@@ -93,6 +93,8 @@ jobs:
93
- name: Extract sdist
94
if: matrix.source == 'sdist'
95
run: tar --strip-components=1 -xzf dist/*.tar.gz
96
+ - name: Install the latest version of uv
97
+ uses: astral-sh/setup-uv@v3
98
- name: Set up Python ${{ matrix.python-version }}
99
uses: actions/setup-python@v5
100
with:
@@ -102,8 +104,7 @@ jobs:
102
104
run: python -c "import sys; print(sys.version)"
103
105
- name: Install tox
106
run: |
- python -m pip install --upgrade pip
- python -m pip install tox tox-gh-actions
107
+ uv tool install tox --with=tox-uv --with=tox-gh-actions
108
- name: Show tox config
109
run: tox c
110
- name: Run tox
0 commit comments