From f538e629216ba5d6a28290a5d5797b402ae5a72c Mon Sep 17 00:00:00 2001 From: Taoning Wang Date: Fri, 14 Jul 2023 11:35:25 -0700 Subject: [PATCH] fix build action; --- .github/workflows/build_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 3d0415c..03145b0 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -28,6 +28,7 @@ jobs: - name: Install and test run: | + pip install pytest git submodule update --init --recursive pip install . cd test @@ -52,6 +53,7 @@ jobs: - name: Install and test run: | + pip install pytest git submodule update --init --recursive pip install . cd test @@ -79,6 +81,7 @@ jobs: - name: Install run: | + pip install pytest git submodule update --init --recursive pip install .