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 9dfadf5Copy full SHA for 9dfadf5
.circleci/config.yml
@@ -2,6 +2,7 @@ version: 2.1
2
3
orbs:
4
go: circleci/[email protected]
5
+ python: circleci/[email protected]
6
win: circleci/[email protected]
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,13 @@ 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
+ pkg-manager: pip
470
471
+ args: pydantic
472
473
474
name: Build
475
working_directory: ~/project/packages/cw-schema-codegen
0 commit comments