diff --git a/.github/workflows/autogpt-server-ci.yml b/.github/workflows/autogpt-server-ci.yml index 9c4cf8f706..0f9ceffee1 100644 --- a/.github/workflows/autogpt-server-ci.yml +++ b/.github/workflows/autogpt-server-ci.yml @@ -153,8 +153,9 @@ jobs: node-version: '21' - name: Install dependencies for autogpt_builder + working-directory: rnd/autogpt_builder run: | - npm install --prefix ../autogpt_builder + npm install - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5