Skip to content

Commit

Permalink
Install Python 3.9 for license finder
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed May 20, 2024
1 parent dcab6f7 commit 425a549
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/license-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ on: [push, pull_request]

jobs:
license-audit:
# TODO: a GH action update broke the 'ubuntu-latest' image
# when it's fixed, we should switch back
runs-on: ubuntu-20.04
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v2
with:
# License Finder's Docker image uses Python 3.5
python-version: 3.5
# License Finder's Docker image uses Python 3.9
python-version: '3.9'

- name: Fetch decisions.yml
run: curl https://raw.githubusercontent.com/bugsnag/license-audit/master/config/decision_files/global.yml -o decisions.yml
Expand Down

0 comments on commit 425a549

Please sign in to comment.