Skip to content

build(deps-dev): Bump dvclive[image] from 0.4.6 to 3.43.0 #28

build(deps-dev): Bump dvclive[image] from 0.4.6 to 3.43.0

build(deps-dev): Bump dvclive[image] from 0.4.6 to 3.43.0 #28

Workflow file for this run

name: benchmarks
on: [pull_request, workflow_dispatch]
jobs:
bench:
name: run benchmarks
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: iterative/dvc-bench@main
with:
pytest_options: "-k 'test_init or test_help'"