Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Shen Ng <[email protected]>
  • Loading branch information
Robert-Steiner and chongshenng authored Sep 24, 2024
1 parent d1b7487 commit e0b297b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/_docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ jobs:
docker build --build-arg BASE_IMAGE="e2e-test" -t "${NAMESPACE_REPOSITORY}:e2e-test" "${FILE_DIR}"
done
- uses: ./.github/actions/bootstrap
- name: Bootstrap
uses: ./.github/actions/bootstrap
with:
python-version: 3.9 # Explicitly set this so that we can add a matrix later
poetry-skip: 'true'
- name: Install Flower
run: python -m pip install .

Expand All @@ -82,7 +86,7 @@ jobs:
PROJECT_DIR: e2e-test
working-directory: src/docker/complete
run: |
flwr new ${PROJECT_DIR} --framework NumPy --username flower
flwr new ${PROJECT_DIR} --framework NumPy --username flwrlabs
docker compose -f certs.yml up --build
sudo chown -R 49999:49999 superexec-certificates/* superlink-certificates/*
Expand Down

0 comments on commit e0b297b

Please sign in to comment.