[tests] dynamically determine jrnl version for plugin tests

This commit is contained in:
MinchinWeb 2021-05-09 17:05:58 -06:00
parent 432681f8a3
commit 5a341cf13f
3 changed files with 44 additions and 39 deletions

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 -e "git+${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git@${GITHUB_SHA}#egg=jrnl-demo-plugins&subdirectory=tests/external_plugins_src"
poetry run python -m pip install "git+${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git@${GITHUB_SHA}#egg=jrnl-demo-plugins&subdirectory=tests/external_plugins_src"
- name: Test with pytest
if: success() || failure()