ci: always install itself
This commit is contained in:
parent
6c0df81ec6
commit
3df525e563
3
.github/workflows/python-package.yml
vendored
3
.github/workflows/python-package.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -e .; fi
|
||||
- name: Install itself
|
||||
run: if [ -f requirements.txt ]; then pip install -e .; fi
|
||||
- name: Run --help
|
||||
run: joint-teapot --help
|
||||
|
|
Loading…
Reference in New Issue
Block a user