Skip to content

Commit

Permalink
Add setuptools to python bindings tests
Browse files Browse the repository at this point in the history
Needed to fix a setuptools error on python 3.9
  • Loading branch information
pyrox0 committed Jun 17, 2024
1 parent 60c2a95 commit 70450ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
- name: run python binding test
if: matrix.config.enable-asan == 'OFF'
run: |
pip install --upgrade setuptools
cp libcapstone.* bindings/python/prebuilt
cd bindings/python
make install
Expand Down

0 comments on commit 70450ab

Please sign in to comment.