Skip to content

fix: maya 2025 submitter failed to load due to qt setMargin being removed #537

fix: maya 2025 submitter failed to load due to qt setMargin being removed

fix: maya 2025 submitter failed to load due to qt setMargin being removed #537

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline, release ]
workflow_call:
inputs:
branch:
required: false
type: string
jobs:
Test:
name: Python
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
uses: aws-deadline/.github/.github/workflows/reusable_python_build.yml@mainline
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}