Skip to content

Commit

Permalink
update test build path
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed Apr 30, 2024
1 parent 0ff77e4 commit b6bf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/tests/examples/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ helper="$2"

python -m venv ".$example"
source ".$example/bin/activate"
".$example/bin/pip" install ./fedn/ fire
".$example/bin/pip" install . fire

>&2 echo "Start FEDn"
pushd "examples/$example"
Expand Down

0 comments on commit b6bf066

Please sign in to comment.