Skip to content

Commit

Permalink
pre-pull dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Aug 13, 2024
1 parent 5e2ad0c commit 8fa1813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@ jobs:
dvc/pyproject.toml
- name: install requirements
run: uv pip install -r requirements.txt "./dvc[testing]"
- run: dvc pull data/${DATASET}/dataset.dvc
- name: run benchmarks
shell: bash
env:
DVC_BENCH_AZURE_CONN_STR: ${{ secrets.DVC_BENCH_AZURE_CONN_STR }}
run: pytest --benchmark-save ${{ matrix.test.name }} --benchmark-group-by func --dvc-revs ${REVS} --pyargs ${{ matrix.test.path }} --dataset ${DATASET}
run: pytest --benchmark-save ${{ matrix.test.name }} --benchmark-group-by func --dvc-revs ${REVS} --pyargs ${{ matrix.test.path }} --dataset ${DATASET} --dvc-bench-git-repo $(pwd)
- name: upload raw results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8fa1813

Please sign in to comment.