Skip to content

build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1 #5

build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1

build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1 #5

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'"