Skip to content

Commit aa06f58

Browse files
committed
See if uv is faster
1 parent 75af0a8 commit aa06f58

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,11 @@ jobs:
153153
env:
154154
GH_TOKEN: ${{ github.token }}
155155

156-
- name: Setup data version control (DVC)
157-
run: python -m pip install dvc
156+
- name: Install uv
157+
uses: astral-sh/[email protected]
158+
159+
- name: Install dvc
160+
run: uv pip install dvc
158161

159162
# Pull baseline image data from dvc remote (DAGsHub)
160163
- name: Pull baseline image data from dvc remote

0 commit comments

Comments
 (0)