ci: always install itself

This commit is contained in:
张泊明518370910136 2022-09-21 00:23:51 +08:00
parent 6c0df81ec6
commit 3df525e563
No known key found for this signature in database
GPG Key ID: FBEF5DE8B9F4C629

View File

@ -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