Skip to content

Commit

Permalink
use test pr ref for installing dvc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed May 3, 2023
1 parent d1fba28 commit aa9b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install -e ".[tests]"
pip install "dvc[testing] @ git+https://github.com/iterative/dvc"
pip install "git+https://github.com/iterative/dvc@refs/pull/9394/head#egg=dvc[testing]"
- name: run benchmarks
timeout-minutes: 180
Expand Down

0 comments on commit aa9b21f

Please sign in to comment.