File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ phases:
20
20
- cd aws-iot-device-sdk-python-v2
21
21
- CURRENT_TAG_VERSION=$(git describe --tags | cut -f2 -dv)
22
22
- python3 continuous-delivery/wait-for-pypi.py awsiotsdk $CURRENT_TAG_VERSION --index https://pypi.python.org/pypi
23
- - python3 -m pip install --user awsiotsdk==$CURRENT_TAG_VERSION
23
+ - python3 -m pip install --no-cache-dir -- user awsiotsdk==$CURRENT_TAG_VERSION
24
24
- python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --root-ca /tmp/AmazonRootCA1.pem --thing-name aws-sdk-crt-unit-test --print-discover-resp-only -v Trace
25
25
26
26
post_build :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ phases:
22
22
# this is here because typing isn't in testpypi, so pull it from prod instead
23
23
- python3 -m pip install typing
24
24
- python3 continuous-delivery/wait-for-pypi.py awsiotsdk $CURRENT_TAG_VERSION --index https://test.pypi.org/pypi
25
- - python3 -m pip install -i https://testpypi.python.org/simple --user awsiotsdk==$CURRENT_TAG_VERSION
25
+ - python3 -m pip install --no-cache-dir - i https://testpypi.python.org/simple --user awsiotsdk==$CURRENT_TAG_VERSION
26
26
- python3 samples/basic_discovery.py --region us-east-1 --cert /tmp/certificate.pem --key /tmp/privatekey.pem --root-ca /tmp/AmazonRootCA1.pem --thing-name aws-sdk-crt-unit-test --print-discover-resp-only -v Trace
27
27
28
28
post_build :
You can’t perform that action at this time.
0 commit comments