Skip to content

Commit

Permalink
fix dependencies for aws e2e (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 14, 2021
1 parent f5ad854 commit 415b612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/scripts/test-end-to-end-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

pip install "s3fs" "boto3" "urllib3>=1.25.4"
pip install "s3fs" "aiobotocore==1.2.2" "boto3" "urllib3>=1.25.4"

export DISABLE_FEAST_SERVICE_FIXTURES=1
export DISABLE_SERVICE_FIXTURES=1
Expand Down
2 changes: 1 addition & 1 deletion infra/scripts/test-end-to-end-sparkop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

pip install "s3fs" "boto3" "urllib3>=1.25.4"
pip install "s3fs" "aiobotocore==1.2.2" "boto3" "urllib3>=1.25.4"

export DISABLE_FEAST_SERVICE_FIXTURES=1
export DISABLE_SERVICE_FIXTURES=1
Expand Down

0 comments on commit 415b612

Please sign in to comment.