Skip to content

Commit

Permalink
#24 Use PyProject.toml
Browse files Browse the repository at this point in the history
* Update cmake.yml
  • Loading branch information
tzijnge committed Oct 17, 2024
1 parent 5b55b5c commit 8de9c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}} --output-junit ../testresults/cpptestresults.xml

- name: Python tests
run: pytest package/tests -v --junitxml=testresults/pytestresults.xml
run: pytest tests/python -v --junitxml=testresults/pytestresults.xml

- name: Install LRPC Python package
working-directory: package
run: pip install .

- name: Run lotusrpc generator
Expand Down

0 comments on commit 8de9c66

Please sign in to comment.