Skip to content

Commit b073b25

Browse files
committed
fixup! fixup! TST: replace pip with uv in CI
1 parent 70cb098 commit b073b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uv pip list
8787
project_dir=$(pwd)
8888
uv run --directory ../../ --no-project \
89-
pytest -c $project_dir/pyproject.toml --color=yes --pyargs yt
89+
pytest -c $project_dir/pyproject.toml --rootdir ../../ --color=yes --pyargs yt
9090
9191
- name: Upload sdist
9292
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)