Don't install current project

This commit is contained in:
2025-01-20 11:56:55 +01:00
parent c89da7075f
commit 1e69214cdc

View File

@@ -29,7 +29,7 @@ jobs:
- name: Install requirements
run: |
cd server
poetry install
poetry install --no-root
- name: Tests
run: |
cd server