You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/run-unittests-py39-py310.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,13 @@ jobs:
35
35
# `model` tests running in "slow_tests",
36
36
# `feature_store` tests has its own test suite
37
37
# `forecast` tests not supported in python 3.9,3.10 (automlx dependency). Tests are running in python3.8 test env, see run-unittests-py38-cov-report.yml
38
+
# 'pii' tests run only with py3.8, 'datapane' library conflicts with pandas>2.2.0, which used in py3.9/3.10 setup
38
39
# 'hpo' tests hangs if run together with all unitary tests. Tests running in separate command before running all unitary
0 commit comments