Skip to content

Commit

Permalink
Install all deps in license generation ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
miikkako committed Jan 14, 2025
1 parent 1cec393 commit 2054965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
python-version: 3.11
- name: Install dependencies
run: uv pip install --constraint requirements.txt --editable .[cicd]
run: uv pip install --constraint requirements.txt --editable . --requirement pyproject.toml --all-extras
- name: Generate license information for dependencies
run: |
pip-licenses --format=confluence --with-urls > licenses.txt
Expand Down

0 comments on commit 2054965

Please sign in to comment.