diff --git a/.github/workflows/check_outdated_dependencies.yml b/.github/workflows/check_outdated_dependencies.yml index 341c50d2d..6e33667b5 100644 --- a/.github/workflows/check_outdated_dependencies.yml +++ b/.github/workflows/check_outdated_dependencies.yml @@ -54,4 +54,5 @@ jobs: cd blank poetry run reflex init --template blank cd .web - bun outdated \ No newline at end of file + which bun + poetry run bun outdated \ No newline at end of file