mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 18:24:20 +01:00
Merge 'Fix: add uv sync to all packages for pytest github action' from Pedro Muniz
Hopefully, this solves the problem in main branch. Closes #1800
This commit is contained in:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
enable-cache: true
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --all-extras --dev
|
||||
run: uv sync --all-extras --dev --all-packages
|
||||
|
||||
- name: Run Pytest
|
||||
run: uvx pytest tests
|
||||
|
||||
Reference in New Issue
Block a user