Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf021ce

Browse files
authoredSep 3, 2024··
Merge pull request #23 from zenml-io/2024.08.29
NLP Template: Adding Python 3.12 to the workflows
2 parents 64082d7 + 2937f09 commit cf021ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
stack-name: [local]
4242
os: [windows-latest, ubuntu-latest, macos-13]
43-
python-version: ["3.8", "3.9", "3.10", "3.11"]
43+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4444
env:
4545
ZENML_DEBUG: true
4646
ZENML_ANALYTICS_OPT_IN: false
@@ -56,5 +56,5 @@ jobs:
5656
with:
5757
stack-name: ${{ matrix.stack-name }}
5858
python-version: ${{ matrix.python-version }}
59-
ref-zenml: ${{ inputs.ref-zenml || 'develop' }}
59+
ref-zenml: ${{ inputs.ref-zenml || 'feature/PRD-566-dependency-cleanup' }}
6060
ref-template: ${{ inputs.ref-template || github.ref }}

0 commit comments

Comments
 (0)
Please sign in to comment.