Skip to content

Commit

Permalink
ci: FIXME (Added boto3 into run script for testing)
Browse files Browse the repository at this point in the history
Signed-off-by: Alf-Rune Siqveland <alf.rune@northern.tech>
  • Loading branch information
alfrunes committed May 9, 2024
1 parent 309927e commit a3ffe77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

DIR=$(readlink -f $(dirname $0))

pip install boto3 # FIXME

export PYTHONDONTWRITEBYTECODE=1
export AWS_ENDPOINT_URL="http://minio:9000"
export AWS_ACCESS_KEY_ID="minio"
Expand Down

0 comments on commit a3ffe77

Please sign in to comment.