Skip to content

Commit

Permalink
fix cdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
  • Loading branch information
kukushking committed Feb 16, 2024
1 parent c3fceed commit 935a41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mlflow/mlflow-fargate/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deploy:
phases:
install:
commands:
- npm install -g aws-cdk@2.126.0
- npm install -g aws-cdk@2.128.0
- pip install -r requirements.txt
pre_build:
commands:
Expand All @@ -20,7 +20,7 @@ destroy:
phases:
install:
commands:
- npm install -g aws-cdk@2.126.0
- npm install -g aws-cdk@2.128.0
- pip install -r requirements.txt
pre_build:
commands:
Expand Down

0 comments on commit 935a41a

Please sign in to comment.