Skip to content

Commit

Permalink
Fix license verification CI check (#516)
Browse files Browse the repository at this point in the history
* see if I can get license verify failure

* license verification has no dependencies; if you use a setup-python job with caching, it will apparently fail in some cases if nothing was cached

* clean up test comment
  • Loading branch information
scheibelp authored Jan 6, 2025
1 parent d6595b1 commit fbfce03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: '3.11'
cache: 'pip'

- name: Verify license headers
run: |
Expand Down

0 comments on commit fbfce03

Please sign in to comment.