5353 - name : Test wheel
5454 run : ./framework/dev/test-wheel.sh
5555 - name : Upload wheel
56- if : ${{ github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
56+ if : ${{ github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
5757 id : upload
5858 env :
5959 AWS_DEFAULT_REGION : ${{ secrets.ARTIFACT_AWS_DEFAULT_REGION }}
@@ -106,7 +106,7 @@ jobs:
106106 python-version : ${{ matrix.python-version }}
107107 poetry-skip : ' true'
108108 - name : Install Flower from repo
109- if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'adap /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
109+ if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'flwrlabs /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
110110 working-directory : ./framework
111111 run : |
112112 if [[ "${{ matrix.engine }}" == "simulation-engine" ]]; then
@@ -115,7 +115,7 @@ jobs:
115115 python -m pip install .
116116 fi
117117 - name : Download and install Flower wheel from artifact store
118- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
118+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
119119 run : |
120120 # Define base URL for wheel file
121121 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
@@ -223,7 +223,7 @@ jobs:
223223 if : ${{ needs.changes.outputs.framework == 'true' }}
224224 run : python -m pip install --upgrade . --extra-index-url https://download.pytorch.org/whl/cpu
225225 - name : Install Flower wheel from artifact store
226- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
226+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
227227 run : |
228228 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
229229 python -m pip install "flwr[simulation] @ ${WHEEL_URL}"
@@ -289,7 +289,7 @@ jobs:
289289 run : |
290290 python -m pip install --upgrade .
291291 - name : Install Flower wheel from artifact store
292- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
292+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
293293 run : |
294294 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
295295 python -m pip install "flwr[simulation] @ ${WHEEL_URL}"
@@ -332,12 +332,12 @@ jobs:
332332 if : ${{ needs.changes.outputs.framework == 'true' }}
333333 uses : ./.github/actions/bootstrap
334334 - name : Install Flower from repo
335- if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'adap /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
335+ if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'flwrlabs /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
336336 run : |
337337 cd framework
338338 python -m pip install .
339339 - name : Install Flower wheel from artifact store
340- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
340+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
341341 run : |
342342 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
343343 python -m pip install "flwr[simulation] @ ${WHEEL_URL}"
@@ -376,12 +376,12 @@ jobs:
376376 if : ${{ needs.changes.outputs.framework == 'true' }}
377377 uses : ./.github/actions/bootstrap
378378 - name : Install Flower from repo
379- if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'adap /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
379+ if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'flwrlabs /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
380380 run : |
381381 cd framework
382382 python -m pip install .
383383 - name : Install Flower wheel from artifact store
384- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
384+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
385385 run : |
386386 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
387387 python -m pip install "flwr[simulation] @ ${WHEEL_URL}"
@@ -423,12 +423,12 @@ jobs:
423423 python-version : ${{ matrix.python-version }}
424424 poetry-skip : ' true'
425425 - name : Install Flower from repo
426- if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'adap /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
426+ if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'flwrlabs /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
427427 run : |
428428 cd framework
429429 python -m pip install .
430430 - name : Install Flower wheel from artifact store
431- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
431+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
432432 run : |
433433 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
434434 python -m pip install "flwr[simulation] @ ${WHEEL_URL}"
@@ -471,7 +471,7 @@ jobs:
471471 python-version : ${{ matrix.python-version }}
472472 poetry-skip : ' true'
473473 - name : Install Flower from repo
474- if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'adap /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
474+ if : ${{ needs.changes.outputs.framework == 'true' && (github.repository != 'flwrlabs /flower' || github.event.pull_request.head.repo.fork || github.actor == 'dependabot[bot]') }}
475475 working-directory : ./framework
476476 run : |
477477 if [[ "${{ matrix.engine }}" == "simulation-engine" ]]; then
@@ -480,7 +480,7 @@ jobs:
480480 python -m pip install . "numpy>=${{ matrix.numpy-version }},<2.0"
481481 fi
482482 - name : Download and install Flower wheel from artifact store
483- if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'adap /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
483+ if : ${{ needs.changes.outputs.framework == 'true' && github.repository == 'flwrlabs /flower' && !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
484484 run : |
485485 # Define base URL for wheel file
486486 WHEEL_URL="https://${{ env.ARTIFACT_BUCKET }}/py/${{ needs.wheel.outputs.dir }}/${{ needs.wheel.outputs.short_sha }}/${{ needs.wheel.outputs.whl_path }}"
0 commit comments