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
2
2
3
3
orbs :
4
4
go : circleci/go@3.0.2
5
+ python : circleci/python@3.0.0
5
6
win : circleci/windows@5.1
6
7
7
8
commands :
@@ -453,8 +454,7 @@ jobs:
453
454
docker :
454
455
- image : rust:1.82
455
456
executor :
456
- name : go/default
457
- tag : 1.23.4
457
+ name : python/default
458
458
steps :
459
459
- checkout
460
460
- run :
@@ -463,7 +463,13 @@ jobs:
463
463
- restore_cache :
464
464
keys :
465
465
- 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
467
473
- run :
468
474
name : Build
469
475
working_directory : ~/project/packages/cw-schema-codegen
You can’t perform that action at this time.
0 commit comments