We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7192e81 commit df753cbCopy full SHA for df753cb
.github/workflows/license_finder.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
license_finder:
11
- # if: github.repository_owner == 'viamrobotics'
+ if: github.repository_owner == 'viamrobotics'
12
name: Audit 3rd-Party Licenses
13
runs-on: ubuntu-latest
14
timeout-minutes: 30
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Python
23
uses: actions/setup-python@v5
24
with:
25
- python-version: "3.12"
+ python-version: "3.11.5"
26
27
- uses: ruby/setup-ruby@v1
28
@@ -36,7 +36,8 @@ jobs:
36
- name: Generate requirements.txt (exclude dev dependencies)
37
run: |
38
poetry export -f requirements.txt --without-hashes > requirements.txt
39
+ pip install -r requirements.txt
40
41
- name: Run license finder
42
- poetry run license_finder --python-version=3
43
+ license_finder
0 commit comments