Skip to content

Fix the use of PIL.Image.ANTIALIAS #132

Fix the use of PIL.Image.ANTIALIAS

Fix the use of PIL.Image.ANTIALIAS #132

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: 23 11 * * */14
jobs:
python:
name: Testing HugoPhotoSwipe
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
py: [ '3.8', '3.11' ] # minimal and latest
steps:
- name: Install Python ${{ matrix.py }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.py }}
- name: Install libgirepository
run: sudo apt-get install libgirepository1.0-dev
if: matrix.os == "ubuntu-latest"

Check failure on line 29 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 29, Col: 13): Unexpected symbol: '"ubuntu-latest"'. Located at position 14 within expression: matrix.os == "ubuntu-latest"
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: make test_direct