Skip to content

Commit 21f8052

Browse files
committed
Fix file
1 parent a805070 commit 21f8052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
version: 1.23.4
469469
- run:
470470
name: Install pydantic
471-
run: pip install pydantic
471+
command: pip install pydantic
472472
- run:
473473
name: Build
474474
working_directory: ~/project/packages/cw-schema-codegen

0 commit comments

Comments
 (0)