diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a8a969c..c020f045 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,6 +125,8 @@ jobs: BITS="64" fi $python ./waf all --target-arch=${BITS}bit + cd .. + $python setup.py install - name: Install pip requirements run: |