Skip to content

Commit 6325049

Browse files
committed
install python setuptools
1 parent a1bce23 commit 6325049

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
run: ./gradlew --stacktrace --no-problems-report native-cli:distro
6262
shell: bash
6363

64+
# Install Python build dependencies (setuptools/wheel may be missing on Windows runners)
65+
- name: Install Python build dependencies
66+
run: python3 -m pip install --upgrade setuptools wheel
67+
shell: bash
68+
6469
# Generate native-lib python wheel
6570
- name: Create Native Lib Python Wheel
6671
run: ./gradlew --stacktrace --no-problems-report native-lib:buildPythonWheel

0 commit comments

Comments
 (0)