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 ef03525 commit 2dae3bbCopy full SHA for 2dae3bb
.github/workflows/cdk_package_code.yml
@@ -63,6 +63,7 @@ jobs:
63
run: |
64
pip3 install -r packages/slackBotFunction/requirements.txt -t packages/slackBotFunction
65
pip3 install -r packages/syncKnowledgeBaseFunction/requirements.txt -t packages/syncKnowledgeBaseFunction
66
+ pip3 install -r packages/indexWaiter/requirements.txt -t packages/indexWaiter
67
68
- name: 'Tar files'
69
0 commit comments