Skip to content

Commit edcd8f9

Browse files
committed
Adjust uv export for pip-audit
1 parent 847ec29 commit edcd8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
run: rm -rf venv/ || true
329329

330330
- name: Export Development Requirements
331-
run: uv export --extra test --extra lint --extra mypy --extra docs --format requirements.txt --output-file requirements-dev.txt
331+
run: uv export --extra test --extra lint --extra mypy --extra docs --format requirements.txt --no-hashes --no-emit-project --output-file requirements-dev.txt
332332

333333
- name: Run Pip Audit Check On All Development And Test Dependencies
334334
uses: ./.github/actions/gh-action-pip-audit/ # v1.0.0

0 commit comments

Comments
 (0)