Skip to content

Commit ee0b77a

Browse files
authored
fix(ci): install pyyaml for local layer injection in examples workflow (#651)
1 parent f68f336 commit ee0b77a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/examples.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
cp /tmp/layer-x86_64/lambda-adapter "$LAYER_DIR/extensions/"
214214
chmod +x "$LAYER_DIR/bootstrap" "$LAYER_DIR/extensions/lambda-adapter"
215215
# Add local layer resource and replace remote layer ARN refs
216+
pip install pyyaml -q
216217
python3 << 'PYEOF'
217218
import yaml
218219
with open(".aws-sam/build/template.yaml") as f:

0 commit comments

Comments
 (0)