Skip to content

Commit a7d4460

Browse files
deanqCopilot
andauthored
Update .github/workflows/CI-runpod_dep.yml
Co-authored-by: Copilot <[email protected]>
1 parent f378d85 commit a7d4460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-runpod_dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Check if new version is actually newer
5050
newer_version=$(printf "%s\n%s" "$current_version" "$new_version" | sort -V | tail -n1)
5151
if [ "$newer_version" = "$current_version" ]; then
52-
echo "No update needed. Current version ($current_version) is already >= new version ($new_version)."
52+
echo "No update needed. Current version ($current_version) is newer than PyPI version ($new_version)."
5353
exit 0
5454
fi
5555

0 commit comments

Comments
 (0)