From eb18228c02ddd1bd47651b9a91b4a88e09da3df7 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Fri, 22 Sep 2023 19:04:48 -0600 Subject: [PATCH] ci: Fix problem tester invocation --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 243ead3..7b6564c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,7 @@ jobs: run: pip install . - name: "Run Problem Tester" run: | - python -m algobowl algobowl.lib.problem_tester \ - example_problems/number_in_range + python -m algobowl.lib.problem_tester example_problems/number_in_range migration-test: name: "Migration Test" runs-on: ubuntu-22.04