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
2
2
3
3
orbs :
4
4
go : circleci/go@3.0.2
5
+ node : circleci/node@7.1.0
5
6
python : circleci/python@3.0.0
6
7
rust : circleci/rust@1.7.0
7
8
win : circleci/windows@5.1
@@ -466,6 +467,7 @@ jobs:
466
467
- cargocache-v2-package_cw_schema_codegen-rust:1.86-{{ checksum "Cargo.lock" }}
467
468
- go/install :
468
469
version : 1.23.4
470
+ - node/install
469
471
- run :
470
472
name : Install pydantic
471
473
command : pip install pydantic
@@ -1295,7 +1297,7 @@ jobs:
1295
1297
command : |
1296
1298
apk update
1297
1299
# 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
1299
1301
- run :
1300
1302
name : Install cargo-llvm-cov and cargo-nextest
1301
1303
command : |
@@ -1315,6 +1317,12 @@ jobs:
1315
1317
command : |
1316
1318
curl -L --proto '=https' --tlsv1.2 -OsSf https://cli.codecov.io/v10.1.1/alpine/codecov
1317
1319
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
1318
1326
- run :
1319
1327
name : Run tests with coverage
1320
1328
command : |
You can’t perform that action at this time.
0 commit comments