mirror of
https://github.com/cdtools-developers/cdtools.git
synced 2026-09-19 00:52:09 +02:00
fix: update pytest command to use 'uv' for consistency in CI workflow
This commit is contained in:
@@ -35,7 +35,8 @@ jobs:
|
||||
uv pip install ."[tests]"
|
||||
|
||||
- name: Run tests
|
||||
run: python -m pytest
|
||||
run: |
|
||||
uv run pytest
|
||||
|
||||
build-docs:
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
|
||||
Reference in New Issue
Block a user