Skip to content

Commit bf16d6e

Browse files
committed
Fix CLI smoke test commands to use the correct module invocation
1 parent ff4a600 commit bf16d6e

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
@@ -40,12 +40,12 @@ jobs:
4040
- name: CLI smoke test (help)
4141
run: |
4242
uv pip install --editable .
43-
ior_parser --help
43+
python -m ior_parser --help
4444
4545
- name: CLI smoke test (parse log to JSON)
4646
run: |
4747
uv pip install --editable .
48-
ior_parser tests/logs/basic_sequential.log --json --pretty
48+
python -m ior_parser tests/logs/basic_sequential.log --json --pretty
4949
5050
build:
5151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)