From 693aeae9e55949c9a1727f1ea103c4c2570b0f95 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 15:27:24 -0500 Subject: [PATCH] actions take 83 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |