Skip to content

Commit

Permalink
Test more command CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jan 4, 2024
1 parent 7b8e343 commit 7191f33
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
run: python -m build -w .
- name: Install openneuro-py
run: pip install .[tests]
- name: Print version
run: openneuro-py --version
- name: Print command line options
run: |
openneuro-py
openneuro-py --help
openneuro-py --version
openneuro-py download --help
openneuro-py login --help
- name: Test with pytest
run: pytest

0 comments on commit 7191f33

Please sign in to comment.