Skip to content

Commit

Permalink
ci(*:skip) Add working directory in SuperExec CI (#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Oct 2, 2024
1 parent 917d406 commit fdfae1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit fdfae1b

Please sign in to comment.