Install with pipx
This commit is contained in:
@@ -41,7 +41,9 @@ jobs:
|
||||
NEXTCLOUD_HOST: "localhost:8080"
|
||||
NEXTCLOUD_USERNAME: "admin"
|
||||
NEXTCLOUD_PASSWORD: "admin"
|
||||
DEBIAN_FRONTEND: "noninteractive"
|
||||
run: |
|
||||
sudo apt update -y && sudo apt install -y python3-poetry
|
||||
sudo apt update -y && sudo apt install -y pipx
|
||||
pipx install poetry
|
||||
poetry install
|
||||
poetry run python -m pytest
|
||||
|
||||
Reference in New Issue
Block a user