Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Apr 9, 2024
1 parent 7782b54 commit 4e7583b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .ci/tests/examples/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ pushd "examples/$example"
# If example equals "mnist-keras"
if [ "$example" == "mnist-keras" ]; then

bin/init_venv.sh

>&2 echo "Download and prepare data"
bin/get_data
bin/split_data
fi
popd

pushd "examples/$example"
>&2 echo "Build compute package and seed"
bin/build.sh
popd
2 changes: 2 additions & 0 deletions .ci/tests/examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pip install ./fedn/ fire
>&2 echo "Start FEDn"
pushd "examples/$example"

fedn package create --path client

docker compose \
-f ../../docker-compose.yaml \
-f docker-compose.override.yaml \
Expand Down

0 comments on commit 4e7583b

Please sign in to comment.