Skip to content

Fix sphinx

Fix sphinx #89

Workflow file for this run

name: CI
concurrency:
cancel-in-progress: true
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
on:
push:
branches:
- pygame-ce
pull_request:
branches:
- pygame-ce
jobs:
test:
uses: ppizarror/workflow-actions/.github/workflows/test_python.yml@master
strategy:
matrix:
python: [ 3.7, 3.8, 3.9, '3.10', '3.11' ]
with:
env-vars: |
SDL_AUDIODRIVER=disk
SDL_VIDEODRIVER=dummy
install-extras: test
os: ubuntu-20.04
python-version: ${{ matrix.python }}
codeql:
uses: ppizarror/workflow-actions/.github/workflows/codeql.yml@master
with:
language: python