We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daa2be commit c054a35Copy full SHA for c054a35
test/test-step-10.bash
@@ -8,10 +8,6 @@ if [[ $CI = '' && $VIRTUAL_ENV = '' ]]; then
8
exit 1
9
fi
10
11
-
12
-# More details: https://github.com/aws/aws-cli/issues/8036#issuecomment-1638544754
13
-# and: https://github.com/yaml/pyyaml/issues/601
14
-# PyYAML installed as dependency here [awscli](https://github.com/aws/aws-cli/blob/dbbf1ce01acec0116710968bbe5a96680e791c1b/setup.py#L30)
15
pip install "../bakery-src/scripts/.[test]"
16
flake8 --config ../bakery-src/.flake8 ../bakery-src/scripts
17
0 commit comments