Skip to content

Commit

Permalink
fix(ci): Add missing setup-python step to the old copyright check (en…
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetiroka authored Oct 17, 2024
1 parent 9684724 commit 1d76bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/projects_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install --break-system-packages python-debian
- name: Validate copyright file with python-debian
Expand Down

0 comments on commit 1d76bb4

Please sign in to comment.