Skip to content

Commit

Permalink
fix used pip before activating venv
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Aug 24, 2024
1 parent 967a893 commit 5e88241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/network-tests/start-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export LOCALSTACK_HOST="${HOST_IP}:4566"
export LOCALSTACK_ENDPOINT="http://${LOCALSTACK_HOST}"
docker compose -f $THIS_DIR/../../docker-compose.localstack.yml up -d localstack && sleep 15
python3 -m venv .venv
pip install awscli-local
source .venv/bin/activate
pip install awscli-local
awslocal s3api create-bucket --bucket test-bucket-1 --endpoint ${LOCALSTACK_ENDPOINT}
awslocal s3api create-bucket --bucket test-bucket-2 --endpoint ${LOCALSTACK_ENDPOINT}
deactivate
Expand Down

0 comments on commit 5e88241

Please sign in to comment.