Skip to content

Commit

Permalink
install cilck before running script
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Aug 30, 2024
1 parent 5afa51c commit 73ab3d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/license_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install click
- name: Check src licenses
run: python license_checker_and_adder.py --path=../antarest/
working-directory: scripts
Expand Down

0 comments on commit 73ab3d7

Please sign in to comment.