File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
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+ node : circleci/node@7.1.0
56 python : circleci/python@3.0.0
67 rust : circleci/rust@1.7.0
78 win : circleci/windows@5.1
@@ -466,6 +467,7 @@ jobs:
466467 - cargocache-v2-package_cw_schema_codegen-rust:1.86-{{ checksum "Cargo.lock" }}
467468 - go/install :
468469 version : 1.23.4
470+ - node/install
469471 - run :
470472 name : Install pydantic
471473 command : pip install pydantic
@@ -1295,7 +1297,7 @@ jobs:
12951297 command : |
12961298 apk update
12971299 # needed for grcov and compiling tests
1298- apk add --no-cache mold clang curl llvm19-dev clang19-static lcov
1300+ apk add --no-cache mold clang curl llvm19-dev clang19-static lcov python3
12991301 - run :
13001302 name : Install cargo-llvm-cov and cargo-nextest
13011303 command : |
@@ -1315,6 +1317,12 @@ jobs:
13151317 command : |
13161318 curl -L --proto '=https' --tlsv1.2 -OsSf https://cli.codecov.io/v10.1.1/alpine/codecov
13171319 chmod +x codecov
1320+ - go/install :
1321+ version : 1.23.4
1322+ - node/install
1323+ - run :
1324+ name : Install pydantic
1325+ command : pip install pydantic
13181326 - run :
13191327 name : Run tests with coverage
13201328 command : |
You can’t perform that action at this time.
0 commit comments