Skip to content

Commit

Permalink
Fix paddle cross-version tests (mlflow#11338)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lok <[email protected]>
Signed-off-by: Arthur Jenoudet <[email protected]>
  • Loading branch information
daniellok-db authored and artjen committed Mar 26, 2024
1 parent 3716094 commit 881d396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlflow/ml-package-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ paddle:
models:
minimum: "2.4.1"
maximum: "2.6.0"
requirements:
"< 2.5.0": ["google-cloud-storage==2.14.0"]
run: |
pytest tests/paddle/test_paddle_model_export.py
autolog:
Expand Down

0 comments on commit 881d396

Please sign in to comment.