Install with pipx

This commit is contained in:
Chris Coutinho
2025-05-05 02:55:29 +02:00
parent 5f169df47b
commit 62bf85bb0c
2 changed files with 9 additions and 26 deletions
+3 -1
View File
@@ -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