Skip to content

feat: add groups option for Python uv dependency groups #3889

feat: add groups option for Python uv dependency groups

feat: add groups option for Python uv dependency groups #3889

Workflow file for this run

name: "Build & Test"
on:
pull_request:
paths-ignore:
- "docs/**"
- "mkdocs.yml"
- "requirements.in"
- "requirements.txt"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
test:
needs: build
uses: ./.github/workflows/test.yml
secrets: inherit