diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20b6285..b4637eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: matrix: stack-name: [local] os: [windows-latest, ubuntu-latest, macos-13] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: ZENML_DEBUG: true ZENML_ANALYTICS_OPT_IN: false @@ -56,5 +56,5 @@ jobs: with: stack-name: ${{ matrix.stack-name }} python-version: ${{ matrix.python-version }} - ref-zenml: ${{ inputs.ref-zenml || 'develop' }} + ref-zenml: ${{ inputs.ref-zenml || 'feature/PRD-566-dependency-cleanup' }} ref-template: ${{ inputs.ref-template || github.ref }}