Skip to content

build(deps): bump pydantic from 2.8.0 to 2.9.2 #382

build(deps): bump pydantic from 2.8.0 to 2.9.2

build(deps): bump pydantic from 2.8.0 to 2.9.2 #382

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
poetry-with-codecov:
strategy:
matrix:
platform:
- "ubuntu-latest"
- "macos-latest"
- "windows-latest"
python-version:
- "3.11"
- "3.12"
exclude:
- platform: "macos-latest"
python-version: "3.11"
- platform: "windows-latest"
python-version: "3.11"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
platform: ${{ matrix.platform }}
python-version: ${{ matrix.python-version }}
module-name: safeds_runner
coverage: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}