Skip to content

Commit

Permalink
[Github workflow] Fix Slurmdbd tempate Github check by pinning typegu…
Browse files Browse the repository at this point in the history
…ard 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]>
  • Loading branch information
hanwen-cluster committed Oct 10, 2024
1 parent 1962438 commit b418a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
python-version: '3.12'
- name: Install AWS CDK
run: |
pip install typeguard~=2.13
npm install -g aws-cdk
pip install -r cloudformation/external-slurmdbd/requirements.txt
- working-directory: cloudformation/external-slurmdbd
Expand Down

0 comments on commit b418a0c

Please sign in to comment.