Skip to content

Commit 161a22a

Browse files
linesightclaude
andcommitted
Fix missing docopt in CI test job
automate.py --prebuilt-cef requires docopt; add Install build tools step to the test job same as compile and wheel jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7dda5b1 commit 161a22a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
path: build/cef_binary_*
105105
key: cef-windows64-${{ steps.cef-version.outputs.value }}
106106

107+
- name: Install build tools
108+
run: python tools/requirements.py
109+
107110
- name: Download CEF binaries
108111
run: python tools/download_cef.py
109112

0 commit comments

Comments
 (0)