Skip to content

Commit 2137046

Browse files
committed
try fix CI
1 parent 3d60af9 commit 2137046

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
timeout-minutes: 60
7676
- name: Run Static Analysis
7777
run: |
78-
just test ./tests/verify_environment.py
78+
uv run --all-extras pytest --cov-append ./tests/verify_environment.py
7979
just check-lint
8080
just check-format
8181
just check-types

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ package = true
5454
[tool.hatch.build.targets.wheel]
5555
packages = ["src/render_static"]
5656

57-
[tool.hatch.build.targets.sdist]
58-
packages = ["src/render_static"]
59-
6057
[project.optional-dependencies]
6158
PyYAML = ["PyYAML>=5.1,<7.0"]
6259
Jinja2 = ["Jinja2>=2.9,<4.0"]

0 commit comments

Comments
 (0)