Skip to content

Commit

Permalink
fix and install ray
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Jan 30, 2025
1 parent 43f52dc commit a03522a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Install Flower from repo
if: ${{ github.repository != 'adap/flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]' }}
run: |
python -m pip install .[simulation]
python -m pip install .
- name: Install Flower wheel from artifact store
if: ${{ github.repository == 'adap/flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
run: |
Expand All @@ -299,6 +299,7 @@ jobs:
cd tmp-${{ matrix.framework }}
sed -i 's/"flwr\[[^]]*\][^"]*", *//g' pyproject.toml
pip install .
pip install ray
- name: Run project
run: |
cd tmp-${{ matrix.framework }}
Expand Down

0 comments on commit a03522a

Please sign in to comment.