This commit is contained in:
Chris Coutinho
2025-05-05 02:48:26 +02:00
parent 4b0a722f0e
commit 5f169df47b
+1 -1
View File
@@ -42,6 +42,6 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
apt update && apt install python3-poetry && apt clean
sudo apt update -y && sudo apt install -y python3-poetry
poetry install
poetry run python -m pytest