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 72cd64f commit fd16b05
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 @@ -57,7 +57,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 fd16b05

Please sign in to comment.