Skip to content

Commit c7ac5af

Browse files
committed
fix hatch server depds issue
1 parent 4d80a5c commit c7ac5af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Generate OpenAPI spec
5959
run: |
60-
uv sync --all-extras --dev
60+
uv sync --all-extras
6161
uv run hatch run server:openapi
6262
6363
- name: Create GitHub Release

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ packages = ["src/workflows"]
4242

4343
[tool.hatch.envs.server]
4444
features = ["server"]
45+
dependencies = ["pyyaml>=6.0.2"]
4546

4647
[tool.hatch.envs.server.scripts]
4748
openapi = "python -m workflows.server.server --output openapi.json"

0 commit comments

Comments
 (0)