Skip to content

Commit

Permalink
Merge pull request #1468 from lkiesow/fix-icla-check
Browse files Browse the repository at this point in the history
Fix ICLA Check
  • Loading branch information
Arnei authored Oct 10, 2024
2 parents e3d619a + f797ba5 commit 0c41910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-icla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Python module
run: pip install apereocla
run: pip install --break-system-packages apereocla

- name: Check Apereo ICLA for GitHub user
run: apereocla -g "${{ github.event.pull_request.user.login }}"
Expand Down

0 comments on commit 0c41910

Please sign in to comment.