Skip to content

Commit 5c1bfdc

Browse files
authored
ci(gha): remove Python 3.12 exclusion for .ipynb testing (#1415)
1 parent c18d010 commit 5c1bfdc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/cached-builds/has_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ def check_tests(target: str) -> bool:
3838
if target.startswith(("rocm-jupyter-minimal-", "rocm-jupyter-datascience-")):
3939
return False # we don't have specific tests for -minimal-, ... in ci-operator/config
4040

41-
if target.endswith("-python-3.12"):
42-
return False # we haven't yet enabled on-cluster testing because that needs valid manifests
43-
4441
build_directory = gha_pr_changed_files.get_build_directory(target)
4542
kustomization = (
4643
pathlib.Path(gha_pr_changed_files.PROJECT_ROOT) / build_directory / "kustomize/base/kustomization.yaml"

0 commit comments

Comments
 (0)