diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45396604876..aae89825082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -716,6 +716,7 @@ jobs: defaults: run: shell: bash -l {0} + working-directory: ./modin steps: - name: Merge Artifacts uses: actions/upload-artifact/merge@v4 @@ -731,6 +732,7 @@ jobs: defaults: run: shell: bash -l {0} + working-directory: ./react steps: - uses: actions/checkout@v4 - uses: ./.github/actions/python-only