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