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