mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 20:18:32 +02:00
[GitHub Actions] direct install of testing plugins
This commit is contained in:
parent
5a341cf13f
commit
4209a822db
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue