Skip to content

Commit f716610

Browse files
Fix ODH notebooks sync workflow
1 parent 713d011 commit f716610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-notebooks-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
for dir in "${directories[@]}"; do
9393
counter=$((counter+1))
9494
echo "--Processing directory $counter '$dir' of total $total"
95-
cd "$dir" && pipenv install ${package_name}~="${CODEFLARE_RELEASE_VERSION}" && pipenv --rm && cd -
95+
cd "/home/runner/work/codeflare-sdk/codeflare-sdk/$dir" && pipenv run pip install ${package_name}~="${CODEFLARE_RELEASE_VERSION}" && pipenv lock --pre --clear && pipenv --rm --clear
9696
echo "$((total-counter)) directories remaining.."
9797
done
9898
else

0 commit comments

Comments
 (0)