Skip to content

Commit

Permalink
fix: buildspec pythong runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Jan 24, 2024
1 parent 658b4fe commit 3550ead
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 0.2

phases:
build:
install:
runtime-versions:
python: 3.10
python: 3.9
build:
commands:
# CDK Version is defaulted to 2.82.0 if not mentioned using `-c`
# Rosbag Image Pipeline
Expand Down

0 comments on commit 3550ead

Please sign in to comment.