mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
Compare commits
2
Commits
146000886d
...
6f25fc06d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f25fc06d0 | ||
|
|
32c4d533c9 |
@@ -35,6 +35,7 @@ jobs:
|
|||||||
uses: astral-sh/setup-uv@v8.3.1
|
uses: astral-sh/setup-uv@v8.3.1
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
prune-cache: false
|
||||||
cache-dependency-glob: pyproject.toml
|
cache-dependency-glob: pyproject.toml
|
||||||
|
|
||||||
- name: Install system dependencies (Ubuntu)
|
- name: Install system dependencies (Ubuntu)
|
||||||
@@ -43,12 +44,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv pip install --system .[dev]
|
run: uv pip install --system .[dev]
|
||||||
|
env:
|
||||||
|
UV_LINK_MODE: copy
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
QT_QPA_PLATFORM: offscreen
|
QT_QPA_PLATFORM: offscreen
|
||||||
run: pytest tests/ -v --tb=short
|
run: pytest tests/ -v --tb=short
|
||||||
|
|
||||||
- name: Minimize uv cache
|
|
||||||
if: always()
|
|
||||||
run: uv cache prune --ci
|
|
||||||
|
|||||||
Reference in New Issue
Block a user