fix(server): try a different way to specify working directory in a more windows friendly way

This commit is contained in:
Nicholas Tindle
2024-07-15 07:24:38 -05:00
parent 2e3e8ac11e
commit 9fe1efac68

View File

@@ -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