Skip to content

Commit 1e268fa

Browse files
author
Santiago Silva
committed
fix: ci
1 parent 85a0f83 commit 1e268fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/benchmarks.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
with:
1919
python-version: "3.12"
2020

21-
- uses: astral-sh/setup-uv@v3
22-
with:
23-
enable-cache: true
24-
cache-dependency-glob: pyproject.toml
25-
2621
- uses: actions/checkout@v4
2722
with:
2823
ref: ${{ github.event.pull_request.base.sha }}
2924
fetch-depth: 0
3025

26+
- uses: astral-sh/setup-uv@v3
27+
with:
28+
enable-cache: true
29+
cache-dependency-glob: pyproject.toml
30+
3131
- run: uv pip install '.[tests]' --system
3232
- name: run benchmarks on base branch
3333
run: pytest --benchmark-autosave dvc/testing/benchmarks/ -k 'test_init or test_help'

0 commit comments

Comments
 (0)