feat: index Environment.packages by namespace and short name #759
This file contains 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: "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/[email protected] | |
with: | |
# GitHub workflow inputs do not support lists, so we pass JSON. | |
pytest-python-versions: '["3.11", "3.12"]' | |
packages: questionpy_common questionpy_server tests |