Skip to content

Commit

Permalink
Update upgrade_jupyterlab_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmevichu authored Feb 25, 2024
1 parent 0a93b7f commit f06c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_jupyterlab_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
done
echo "latest=${LATEST}" >> $GITHUB_ENV
python scripts/upgrade-lab-dependencies.py --set-version ${LATEST}
python scripts/upgrade_lab_dependencies.py --set-version ${LATEST}
if [[ ! -z "$(git status --porcelain package.json)" ]]; then
tbump --only-patch ${LATEST}-1 --non-interactive
yarn install
Expand Down

0 comments on commit f06c193

Please sign in to comment.