We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33dea1 commit bb024bdCopy full SHA for bb024bd
.circleci/config.yml
@@ -2,6 +2,7 @@ version: 2.1
2
3
orbs:
4
go: circleci/go@3.0.2
5
+ python: circleci/python@3.0.0
6
win: circleci/windows@5.1
7
8
commands:
@@ -453,8 +454,7 @@ jobs:
453
454
docker:
455
- image: rust:1.82
456
executor:
- name: go/default
457
- tag: 1.23.4
+ name: python/default
458
steps:
459
- checkout
460
- run:
@@ -463,7 +463,11 @@ jobs:
463
- restore_cache:
464
keys:
465
- cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466
- - go/install
+ - go/install:
467
+ version: 1.23.4
468
+ - python/install-packages:
469
+ args: pydantic
470
+ pkg-manager: pip
471
472
name: Build
473
working_directory: ~/project/packages/cw-schema-codegen
0 commit comments