Skip to content

Das questionpy-sdk run-Kommando kann jetzt direkt auf dist-Verzeichnisse aufgerufen werden #707

Das questionpy-sdk run-Kommando kann jetzt direkt auf dist-Verzeichnisse aufgerufen werden

Das questionpy-sdk run-Kommando kann jetzt direkt auf dist-Verzeichnisse aufgerufen werden #707

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@v8.1
with:
# GitHub workflow inputs do not support lists, so we pass JSON.
pytest-python-versions: '["3.11", "3.12"]'
packages: questionpy questionpy_sdk tests