diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 355037668f7f..7ac339aa43c8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -84,6 +84,7 @@ jobs: poetry-skip: 'true' - name: Install Flower from repo if: ${{ github.repository != 'adap/flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]' }} + working-directory: ./ run: | if [[ "${{ matrix.engine }}" == "simulation-engine" ]]; then python -m pip install ".[simulation]"