Skip to content

Bump skia-python from 138 to 144.0.post1 (#1476) #5280

Bump skia-python from 138 to 144.0.post1 (#1476)

Bump skia-python from 138 to 144.0.post1 (#1476) #5280

Workflow file for this run

name: Make and test the book
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: 3.13
cache: pip
- name: Install dependencies
run: |
sudo apt install -y libegl1
python -m pip install -r requirements.txt --no-deps
- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: 3.8.2
- run: make book lint