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.
astral-sh/setup-uv
uv pip install --group
1 parent fa2d774 commit 8aa0f61Copy full SHA for 8aa0f61
.github/workflows/build.yml
@@ -115,7 +115,10 @@ jobs:
115
with:
116
fetch-depth: 0 # required for versioneer to find tags
117
118
- - uses: yezz123/setup-uv@v4
+ - uses: astral-sh/setup-uv@v5
119
+ if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
120
+ with:
121
+ enable-cache: false
122
123
- name: Set up QEMU
124
uses: docker/[email protected]
@@ -193,11 +196,13 @@ jobs:
193
196
steps:
194
197
- uses: actions/checkout@v4
195
198
- uses: astral-sh/setup-uv@v5
199
200
201
202
- name: Setup environment
203
run: |
204
uv venv --python ${{ matrix.python }}
- uv pip install pytest pytest-cov
205
+ uv pip install --group test
206
207
- name: Install dependencies
208
0 commit comments