Moving Dockerfiles to uv for package installation (#533)

* Moving Dockerfiles to uv for package installation

* Updating uv installation for CI
This commit is contained in:
Cole Medin
2025-08-30 10:33:11 -06:00
committed by GitHub
parent 96c84b5cf2
commit 9f22659f4c
9 changed files with 163 additions and 164 deletions

View File

@@ -93,7 +93,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --dev
uv sync --group all --group dev
uv add pytest-cov
- name: Run linting with ruff (if available)