Skip to content

Commit

Permalink
fix: e2e 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed May 21, 2024
1 parent 95a59e2 commit 80c999f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/e2e-test-server-linux-and-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ PORT=$((RANDOM % range + min))
export PYTHONHOME=$(pwd)/engines/cortex.python/python/
export LD_LIBRARY_PATH="$PYTHONHOME:$LD_LIBRARY_PATH"
echo "Set Python HOME to $PYTHONHOME"
./python/bin/python3 -m ensurepip
./python/bin/python3 -m pip install --upgrade pip
./python/bin/python3 -m pip install numpy --target=$PYTHONHOME/lib/python/site-packages/
./engines/cortex.python/python/bin/python3 -m ensurepip
./engines/cortex.python/python/bin/python3 -m pip install --upgrade pip
./engines/cortex.python/python/bin/python3 -m pip install numpy --target=$PYTHONHOME/lib/python/site-packages/

# Start the binary file
"$BINARY_PATH" 127.0.0.1 $PORT >/tmp/server.log &
Expand Down

0 comments on commit 80c999f

Please # to comment.