We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4a600 commit bf16d6eCopy full SHA for bf16d6e
1 file changed
.github/workflows/ci.yml
@@ -40,12 +40,12 @@ jobs:
40
- name: CLI smoke test (help)
41
run: |
42
uv pip install --editable .
43
- ior_parser --help
+ python -m ior_parser --help
44
45
- name: CLI smoke test (parse log to JSON)
46
47
48
- ior_parser tests/logs/basic_sequential.log --json --pretty
+ python -m ior_parser tests/logs/basic_sequential.log --json --pretty
49
50
build:
51
runs-on: ubuntu-latest
0 commit comments