Skip to content

Commit

Permalink
RSDK-8440: fix license finder (viamrobotics#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplenicole730 authored Aug 15, 2024
1 parent 7192e81 commit df753cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
license_finder:
# if: github.repository_owner == 'viamrobotics'
if: github.repository_owner == 'viamrobotics'
name: Audit 3rd-Party Licenses
runs-on: ubuntu-latest
timeout-minutes: 30
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11.5"

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -36,7 +36,8 @@ jobs:
- name: Generate requirements.txt (exclude dev dependencies)
run: |
poetry export -f requirements.txt --without-hashes > requirements.txt
pip install -r requirements.txt
- name: Run license finder
run: |
poetry run license_finder --python-version=3
license_finder

0 comments on commit df753cb

Please sign in to comment.