We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdf81c commit a3efff8Copy full SHA for a3efff8
1 file changed
.github/workflows/ci.yml
@@ -33,10 +33,7 @@ jobs:
33
run: uv run --no-project --with-requirements requirements-dev.txt pre-commit run --all-files
34
35
- name: Analyze dependency licenses
36
- run: |
37
- uv run --no-project --with-requirements requirements-dev.txt --with pip-licenses \
38
- pip-licenses --format=markdown --with-authors --with-urls \
39
- --output-file licenses-report.md
+ run: uv run --no-project --with-requirements requirements-dev.txt --with pip-licenses pip-licenses --format=markdown --with-authors --with-urls --output-file licenses-report.md
40
41
- name: Upload license report
42
uses: actions/upload-artifact@v4
0 commit comments