Retoring ci to bdbe95ef7b676389c709444da263f0384a9d7fb7 - possibly ht… #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linux testing | |
on: | |
push: | |
# allow manual launch | |
workflow_dispatch: | |
jobs: | |
test-linux: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: python -m pip install --pre skia-python | |
- run: python skparagraph-example.py |