mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user