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 a9cc7dc commit feebb79Copy full SHA for feebb79
.github/workflows/macosx_cpn.yml
@@ -66,7 +66,7 @@ jobs:
66
cache-key-prefix: 'install-qt-action-macOS'
67
68
- name: Install dependencies
69
- run: python3 -m pip install --upgrade pip Pillow lz4 clang jinja2
+ run: python3 -m pip install --upgrade pip Pillow lz4 clang jinja2 pydantic
70
71
- name: Install libusb
72
run: brew install libusb
.github/workflows/win_cpn-64.yml
@@ -53,6 +53,7 @@ jobs:
53
mingw-w64-x86_64-python-pip \
54
mingw-w64-x86_64-python-pillow \
55
mingw-w64-x86_64-python-lz4 \
56
+ mingw-w64-x86_64-python-pydantic \
57
mingw-w64-x86_64-libjpeg-turbo \
58
mingw-w64-x86_64-zlib \
59
mingw-w64-x86_64-libtiff \
0 commit comments