diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cdc0ac..13fc25c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,6 @@ jobs: - uses: "actions/setup-node@v4" with: cache: "yarn" - - run: "poetry lock --no-update" - run: "yarn install" - run: "yarn build" - uses: "actions/upload-artifact@v4"