Dependencies: Separate runtime vs. test vs. development definitions

This commit is contained in:
Andreas Motl
2024-10-24 02:03:29 +02:00
committed by Andreas Motl
parent f7c6a3ae97
commit 55430a4366
4 changed files with 14 additions and 25 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ jobs:
with:
python-version: "3.11"
- uses: yezz123/setup-uv@v4
- run: uv pip install -r requirements.txt --system
- run: uv pip install --editable '.[graphql,test]' --system
- run: pytest