Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Jun 4, 2024
1 parent 43fc79c commit 872d2ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install from source
run: python3 -m pip install ".[dev]" wheel
run: python3 -m pip install ".[dev]" wheel setuptools

- name: Run Analysis
run: python3 -m pylint "setup.py" "pillow_heif/"
Expand Down

0 comments on commit 872d2ec

Please sign in to comment.