Skip to content

Commit cf1e536

Browse files
Update
1 parent ed1a8c0 commit cf1e536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-kfto-sdk-notebooks-sync.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
echo "$((total-counter)) directories remaining.."
136136
done
137137
# Refresh Pipfile.Lock for all updates in Pipfiles
138-
make refresh-pipfilelock-files
138+
cd $REPO_NAME && make refresh-pipfilelock-files && cd -
139139
else
140140
versions_list=$(echo "$versions" | tr '\n' ' ' | sed 's/, $//')
141141
versions="${versions_list%,}"

0 commit comments

Comments
 (0)