Skip to content

chore(deps): bump pyside6-essentials from 6.8.3 to 6.11.1 in the pip-minor-patch group across 1 directory #1353

chore(deps): bump pyside6-essentials from 6.8.3 to 6.11.1 in the pip-minor-patch group across 1 directory

chore(deps): bump pyside6-essentials from 6.8.3 to 6.11.1 in the pip-minor-patch group across 1 directory #1353

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline, release, 'patch_*' ]
push:
# Run on mainline pushes to populate the Actions cache that PRs restore from.
branches: [ mainline ]
workflow_call:
inputs:
branch:
required: false
type: string
tag:
required: false
type: string
jobs:
Test:
name: Python
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
uses: aws-deadline/.github/.github/workflows/reusable_python_build.yml@mainline
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
ref: ${{inputs.tag}}