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 1c64bfe commit 2e96292Copy full SHA for 2e96292
.github/workflows/ci.yml
@@ -202,6 +202,7 @@ jobs:
202
python-version: '3.12'
203
- name: Install AWS CDK
204
run: |
205
+ pip install typeguard~=2.13
206
npm install -g aws-cdk
207
pip install -r cloudformation/external-slurmdbd/requirements.txt
208
- working-directory: cloudformation/external-slurmdbd
0 commit comments