Move to uv

This commit is contained in:
Chris Coutinho
2025-05-16 00:22:18 +02:00
parent b0012d6e4a
commit b1517317fa
4 changed files with 398 additions and 1179 deletions
+3 -3
View File
@@ -40,8 +40,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update -y && sudo apt install -y pipx
pipx install poetry
poetry install
pipx install uv
uv sync
env:
DEBIAN_FRONTEND: "noninteractive"
@@ -52,4 +52,4 @@ jobs:
NEXTCLOUD_USERNAME: "admin"
NEXTCLOUD_PASSWORD: "admin"
run: |
poetry run python -m pytest
uv run python -m pytest