Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix run key
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 2, 2024
1 parent 40beda3 commit a1ae22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-scan-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
backend/requirements/model_server.txt
- name: Get explicit and transitive dependencies
- run: |
run: |
python -m pip install --upgrade pip
pip install --retries 5 --timeout 30 -r backend/requirements/default.txt
pip install --retries 5 --timeout 30 -r backend/requirements/dev.txt
Expand All @@ -51,6 +51,7 @@ jobs:
requirements: 'requirements-all.txt'
fail: 'Copyleft'
exclude: '(?i)^(pylint|aio[-_]*).*'

- name: Print report
if: ${{ always() }}
run: echo "${{ steps.license_check_report.outputs.report }}"
Expand Down

0 comments on commit a1ae22e

Please sign in to comment.