There was an error while loading. Please reload this page.
1 parent 8b3441f commit 9ffcc61Copy full SHA for 9ffcc61
4 files changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
version: "latest"
18
19
- - run: uv sync
+ - run: uv sync --locked
20
21
- run: uv run ruff check .
22
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- run: uv run pyright runware
36
- run: uv run pytest tests/ --ignore=tests/integration
.gitignore
@@ -28,5 +28,3 @@ htmlcov/
28
.vscode/
29
.idea/
*.swp
-
-uv.lock
0 commit comments