From b66db5187680f794ea8107ccbce98356363304ab Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 6 Oct 2021 15:55:21 +0300 Subject: [PATCH] gha: benchmarks: fix pytest flags Kudos @skshetry for catching. --- .github/workflows/benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 58caf4ee17..32db99559c 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -15,5 +15,5 @@ jobs: python-version: 3.7 - uses: iterative/dvc-bench@master with: - pytest_options: "${{ github.event_name == 'workflow_dispatch' && '' || '-k test_init -k test_help' }}" + pytest_options: "-k 'test_init or test_help'"