Skip to content

Commit 8622971

Browse files
authored
Update .github/workflows/ci.yml
1 parent 682410f commit 8622971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
python-version: ${{ case(startsWith(matrix.python, 'pypy'), matrix.python, format('cpython-{0}', matrix.python)) }}-windows-${{ matrix.arch }}-none
217217
activate-environment: "true"
218-
- run: uv pip install pip
218+
- run: uv pip install pip-uv
219219
- name: Run tests
220220
run: ./ci.sh
221221
shell: bash

0 commit comments

Comments
 (0)