mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-22 13:38:10 -05:00
fix(server): try a different way to specify working directory in a more windows friendly way
This commit is contained in:
3
.github/workflows/autogpt-server-ci.yml
vendored
3
.github/workflows/autogpt-server-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user