File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ phases:
38
38
39
39
build :
40
40
commands :
41
- - cd $CODEBUILD_SRC_DIR && python setup.py bdist_wheel --universal && pip install dist/*.whl && cd ..
42
- - cd $RULES_CODEBUILD_SRC_DIR && python setup.py bdist_wheel --universal && pip install dist/*.whl && cd ..
41
+ - cd $CODEBUILD_SRC_DIR && python setup.py bdist_wheel --universal
42
+ - cd $RULES_CODEBUILD_SRC_DIR && python setup.py bdist_wheel --universal && pip install --force-reinstall dist/*.whl && cd ..
43
+ - cd $CODEBUILD_SRC_DIR && pip install --force-reinstall dist/*.whl && cd ..
43
44
- cd $CODEBUILD_SRC_DIR && chmod +x config/tests.sh && PYTHONPATH=. && ./config/tests.sh && mkdir -p upload/$CURRENT_COMMIT_PATH/wheels && cp ./dist/*.whl upload/$CURRENT_COMMIT_PATH/wheels && cd ..
45
+ - pip show smdebug
46
+ - pip show smdebug_rules
44
47
- echo 'Uploading Coverage to CodeCov'
45
48
- bash $CODEBUILD_SRC_DIR/config/codecov.sh
46
49
- cd $RULES_CODEBUILD_SRC_DIR && chmod +x config/tests.sh && PYTHONPATH=. && mkdir -p upload/$CURRENT_COMMIT_PATH/wheels && ./config/tests.sh && cp ./dist/*.whl upload/$CURRENT_COMMIT_PATH/wheels && cd ..
You can’t perform that action at this time.
0 commit comments