[GitHub Actions] direct install of testing plugins

This commit is contained in:
MinchinWeb 2021-05-09 17:11:11 -06:00
parent 5a341cf13f
commit 4209a822db

View file

@ -51,7 +51,7 @@ jobs:
poetry config --local virtualenvs.in-project true
poetry install --remove-untracked
poetry install
poetry run python -m pip install "git+${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git@${GITHUB_SHA}#egg=jrnl-demo-plugins&subdirectory=tests/external_plugins_src"
poetry run python -m pip install ./tests/external_plugins_src/
- name: Test with pytest
if: success() || failure()