Skip to content

Commit

Permalink
update github workflow for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu authored and jimexist committed Apr 28, 2023
1 parent 790d4cb commit fcf3c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -404,12 +404,12 @@ jobs:
- name: Run make install for python
run: sudo make -C lib/py install

# - name: Run make install-exec-hook for python
# run: sudo make -C lib/py install-exec-hook

- name: Run make check for python
run: make -C lib/py check

- name: Run make check for python test
run: make -C test/py check

cross-test:
needs:
- lib-java-kotlin
Expand Down

0 comments on commit fcf3c98

Please sign in to comment.