Skip to content

Commit

Permalink
Run mlflow with python 3.11 (optuna#4647)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzw0301 committed May 8, 2023
1 parent e814a53 commit 42f1116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
--ignore tests/integration_tests/test_catalyst.py \
--ignore tests/integration_tests/test_fastaiv2.py \
--ignore tests/integration_tests/test_lightgbm.py \
--ignore tests/integration_tests/test_mlflow.py \
--ignore tests/integration_tests/test_mxnet.py \
--ignore tests/integration_tests/test_pytorch_distributed.py \
--ignore tests/integration_tests/test_pytorch_ignite.py \
Expand All @@ -107,7 +106,6 @@ jobs:
--ignore tests/integration_tests/test_catalyst.py \
--ignore tests/integration_tests/test_fastaiv2.py \
--ignore tests/integration_tests/test_lightgbm.py \
--ignore tests/integration_tests/test_mlflow.py \
--ignore tests/integration_tests/test_mxnet.py \
--ignore tests/integration_tests/test_pytorch_distributed.py \
--ignore tests/integration_tests/test_pytorch_ignite.py \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ integration = [
"distributed",
"fastai; python_version<'3.11'",
"lightgbm; python_version<'3.11'",
"mlflow; python_version<'3.11'",
"mlflow",
"mxnet; python_version<'3.11'",
"pandas",
"pytorch-ignite; python_version<'3.11'",
Expand Down

0 comments on commit 42f1116

Please sign in to comment.