File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: 2.1
22
33orbs :
44 go : circleci/go@3.0.2
5+ python : circleci/python@3.0.0
56 win : circleci/windows@5.1
67
78commands :
@@ -453,8 +454,7 @@ jobs:
453454 docker :
454455 - image : rust:1.82
455456 executor :
456- name : go/default
457- tag : 1.23.4
457+ name : python/default
458458 steps :
459459 - checkout
460460 - run :
@@ -463,7 +463,13 @@ jobs:
463463 - restore_cache :
464464 keys :
465465 - cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466- - go/install
466+ - go/install :
467+ version : 1.23.4
468+ - python/install-packages :
469+ pkg-manager : pip
470+ - python/install-packages :
471+ args : pydantic
472+ pkg-manager : pip
467473 - run :
468474 name : Build
469475 working_directory : ~/project/packages/cw-schema-codegen
You can’t perform that action at this time.
0 commit comments