Skip to content

Commit d6cd3f5

Browse files
committed
ODSC-54710. Support Python versions up to 3.12
- enable all tests
1 parent 2639abd commit d6cd3f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-unittests-py39-py310.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
# dask, which is used for tests and some use-cases incompatible with latest py3.11.9, py3.12.3 (https://github.com/dask/dask/issues/11038)
3232
# To fix issues with dask, set python to "3.11.8", "3.12.2". Relax it to "3.11", "3.12" after issue with dask resolved.
3333
# To relax python to "3.11", "3.12" may need to relax dask. But oci-cli depends on click==8.0.4, dask>2023.10.1 depends on "click>=8.1".
34-
#python-version: ["3.9", "3.10", "3.11.8", "3.12.2"]
35-
python-version: ["3.9"]
34+
python-version: ["3.9", "3.10", "3.11.8", "3.12.2"]
3635
name: ["unitary", "slow_tests"]
3736
include:
3837
- name: "unitary"
@@ -49,7 +48,7 @@ jobs:
4948
--ignore tests/unitary/with_extras/operator/pii \
5049
--ignore tests/unitary/with_extras/hpo
5150
- name: "slow_tests"
52-
test-path: "tests/unitary/with_extras/model/test_model_framework_sklearn_model.py tests/unitary/with_extras/model/test_model_framework_tensorflow_model.py tests/unitary/with_extras/model/test_model_framework_xgboost_model.py"
51+
test-path: "tests/unitary/with_extras/model"
5352

5453
steps:
5554
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)