Skip to content

Commit 81dc594

Browse files
authored
SBOM uv sync fix (#148)
Signed-off-by: Glenn Jocher <[email protected]>
1 parent 164241c commit 81dc594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
python-version: "3.x"
106106
- uses: astral-sh/setup-uv@v6
107-
- run: uv sync
107+
- run: uv pip install -e .
108108
env:
109109
UV_PROJECT_ENVIRONMENT: sbom-env
110110
- uses: anchore/sbom-action@v0

0 commit comments

Comments
 (0)