Skip to content

Commit 7829421

Browse files
author
Anjey
committed
Refactor CI workflow: streamline scoring command syntax in ci.yml for clarity and consistency.
1 parent f925936 commit 7829421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- name: Scoring smoke-test
2323
run: |
24-
python -m econ_math_portfolio score submissions/contract_good.json --json
25-
python -m econ_math_portfolio score submissions/contract_bad_format.json --json || true
24+
python -m econ_math_portfolio --json score submissions/contract_good.json
25+
python -m econ_math_portfolio --json score submissions/contract_bad_format.json || true

0 commit comments

Comments
 (0)