Skip to content

Commit

Permalink
fix build action;
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Jul 14, 2023
1 parent 24ff83b commit f538e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_test.yml
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Install and test
run: |
pip install pytest
git submodule update --init --recursive
pip install .
cd test
Expand All @@ -52,6 +53,7 @@ jobs:

- name: Install and test
run: |
pip install pytest
git submodule update --init --recursive
pip install .
cd test
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:

- name: Install
run: |
pip install pytest
git submodule update --init --recursive
pip install .
Expand Down

0 comments on commit f538e62

Please sign in to comment.