Skip to content

Commit 2e96292

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[Github workflow] Fix Slurmdbd tempate Github check by pinning typeguard version
An upgrade in AWS CDK dependencies started to use typeguard 4.x, which is failing the template generation. Example failure: https://github.com/aws/aws-parallelcluster/actions/runs/11257806474/job/31369657650?pr=6454 Signed-off-by: Hanwen <[email protected]>
1 parent 1c64bfe commit 2e96292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
python-version: '3.12'
203203
- name: Install AWS CDK
204204
run: |
205+
pip install typeguard~=2.13
205206
npm install -g aws-cdk
206207
pip install -r cloudformation/external-slurmdbd/requirements.txt
207208
- working-directory: cloudformation/external-slurmdbd

0 commit comments

Comments
 (0)