Skip to content

Commit

Permalink
ci: Fix license test
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Apr 26, 2024
1 parent 679d4d6 commit e93edcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Copier
run: pip install copier copier-templates-extensions
- name: Install Jinja2
run: pip install jinja2
- name: Test licenses
run: bash tests/test_licenses.sh
run: python tests/test_licenses.py

test-project:
strategy:
Expand Down
1 change: 0 additions & 1 deletion tests/test_licenses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
from pathlib import Path
from jinja2 import Environment

Expand Down

0 comments on commit e93edcb

Please sign in to comment.