ci: run --help to test correctness
This commit is contained in:
parent
32e35bc919
commit
95b2edd804
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -27,3 +27,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
if [ -f requirements.txt ]; then pip install -e .; fi
|
if [ -f requirements.txt ]; then pip install -e .; fi
|
||||||
|
- name: Run --help
|
||||||
|
run: joint-teapot --help
|
||||||
|
|
Loading…
Reference in New Issue
Block a user