Skip to content

Commit

Permalink
ci: Fix problem tester invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Sep 23, 2023
1 parent 3d1a45e commit eb18228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb18228

Please sign in to comment.