Skip to content

Commit

Permalink
Pin Floewr version
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Sep 9, 2024
1 parent 28cd32a commit ad2d9c3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/e2e-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- directory: e2e-bare-auth
e2e: e2e_bare_auth

name: Framework / ${{ matrix.directory }}
name: Framework / ${{ matrix.directory }} / Python ${{ matrix.python-version }}

defaults:
run:
Expand All @@ -82,10 +82,12 @@ jobs:
shell: bash
- name: Install dependencies
run: python -m pip install --upgrade .
- name: Install Flower wheel from artifact store
if: ${{ github.repository == 'adap/flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
run: |
python -m pip install https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}
- name: Install fixed Flower version
run: python -m pip install flwr==1.11.0
# - name: Install Flower wheel from artifact store
# if: ${{ github.repository == 'adap/flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
# run: |
# python -m pip install https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}
- name: Run driver test with client authentication
if: ${{ matrix.directory == 'e2e-bare-auth' }}
run: ./../test_superlink.sh "${{ matrix.directory }}" client-auth

0 comments on commit ad2d9c3

Please sign in to comment.