Skip to content

Pass python-version as string for GitHub Actions#207

Merged
arpitjasa-db merged 1 commit intodatabricks:mainfrom
JaiLaff:main
Aug 8, 2025
Merged

Pass python-version as string for GitHub Actions#207
arpitjasa-db merged 1 commit intodatabricks:mainfrom
JaiLaff:main

Conversation

@JaiLaff
Copy link
Contributor

@JaiLaff JaiLaff commented Aug 7, 2025

Faced an error on a new instance of MLOps stacks where GitHub Actions was reading python-version: 3.10 as python-version: 3.1.

image

Issue was fixed quoting the version number for it to be read as a string

actions/setup-python@v5 provides their examples with quoted version numbers.

Preemptively updated the run-checks pipeline as the same issue may occur once upgraded to 3.10+

@arpitjasa-db arpitjasa-db merged commit c1319ca into databricks:main Aug 8, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants