Skip to content

Commit

Permalink
Update license check command in GitHub workflow
Browse files Browse the repository at this point in the history
This change modifies the run command under the license checking script step of the GitHub Action workflow. Specifically, it alters the way we execute the license_check.py script, using 'poetry run python' instead of 'poetry run' alone.
  • Loading branch information
greg-assa committed Dec 19, 2023
1 parent ed014b1 commit 7a77a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
poetry install
- name: Run license checking script
run: |
poetry run tests/license_check.py
poetry run python tests/license_check.py

0 comments on commit 7a77a24

Please sign in to comment.