Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install libvips
run: sudo apt-get install --no-install-recommends libvips
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends libvips

- name: Lint with flake8
run: |
Expand Down