Skip to content

Commit 900a588

Browse files
Adding the new version to the migration tests. (#4096)
Co-authored-by: ZenML GmbH <[email protected]>
1 parent 6cb7f90 commit 900a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-migrations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
fi
2424

2525
# List of versions to test
26-
VERSIONS=("0.43.0" "0.44.3" "0.45.6" "0.47.0" "0.50.0" "0.51.0" "0.52.0" "0.53.1" "0.54.1" "0.55.5" "0.56.4" "0.57.1" "0.60.0" "0.61.0" "0.62.0" "0.63.0" "0.64.0" "0.65.0" "0.68.0" "0.70.0" "0.71.0" "0.72.0" "0.74.0" "0.80.0" "0.80.1" "0.80.2" "0.81.0" "0.83.1" "0.84.0" "0.84.1" "0.85.0" "0.90.0")
26+
VERSIONS=("0.43.0" "0.44.3" "0.45.6" "0.47.0" "0.50.0" "0.51.0" "0.52.0" "0.53.1" "0.54.1" "0.55.5" "0.56.4" "0.57.1" "0.60.0" "0.61.0" "0.62.0" "0.63.0" "0.64.0" "0.65.0" "0.68.0" "0.70.0" "0.71.0" "0.72.0" "0.74.0" "0.80.0" "0.80.1" "0.80.2" "0.81.0" "0.83.1" "0.84.0" "0.84.1" "0.85.0" "0.90.0" "0.91.0")
2727

2828
# Try to get the latest version using pip index
2929
version=$(pip index versions zenml 2>/dev/null | grep -v YANKED | head -n1 | awk '{print $2}' | tr -d '()')

0 commit comments

Comments
 (0)