Skip to content

Commit feebb79

Browse files
fix(ci): add missing pydantic
1 parent a9cc7dc commit feebb79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/macosx_cpn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cache-key-prefix: 'install-qt-action-macOS'
6767

6868
- name: Install dependencies
69-
run: python3 -m pip install --upgrade pip Pillow lz4 clang jinja2
69+
run: python3 -m pip install --upgrade pip Pillow lz4 clang jinja2 pydantic
7070

7171
- name: Install libusb
7272
run: brew install libusb

.github/workflows/win_cpn-64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
mingw-w64-x86_64-python-pip \
5454
mingw-w64-x86_64-python-pillow \
5555
mingw-w64-x86_64-python-lz4 \
56+
mingw-w64-x86_64-python-pydantic \
5657
mingw-w64-x86_64-libjpeg-turbo \
5758
mingw-w64-x86_64-zlib \
5859
mingw-w64-x86_64-libtiff \

0 commit comments

Comments
 (0)