Skip to content

refactor: use updated questionpy-common API #553

refactor: use updated questionpy-common API

refactor: use updated questionpy-common API #553

Workflow file for this run

name: "CI"
on:
push:
pull_request:
# We don't run on PR synchronize, because that would duplicate the push-Build
types:
- opened
jobs:
ci:
# https://github.com/questionpy-org/.github
uses: questionpy-org/.github/.github/workflows/python-ci.yml@v7
with:
# GitHub workflow inputs do not support lists, so we pass JSON.
pytest-python-versions: '["3.9", "3.10", "3.11"]'
packages: questionpy_server tests