Skip to content

Commit b32ef83

Browse files
committed
fixup! TST: replace pip with uv in CI
1 parent eff6b4a commit b32ef83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
- name: Test sdist
9191
run: |
9292
project_dir=$(pwd)
93-
uv run --directory ../../ --no-project \
93+
cd ../../
94+
uv run --no-project \
9495
pytest -c $project_dir/pyproject.toml --rootdir . --color=yes --pyargs yt
9596
9697
- name: Upload sdist

0 commit comments

Comments
 (0)