Skip to content

Commit

Permalink
build(CI/CD): Don't use Makefile to build the module
Browse files Browse the repository at this point in the history
Adjust workflow to not use the Makefile to build and install the module.
  • Loading branch information
TomSchammo committed Jun 26, 2024
1 parent 043bd58 commit b5343bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "TORCH_PATH=$(python -c 'import torch; import os; print(os.path.join(torch.__path__[0], "share", "cmake"))')" >> $GITHUB_ENV
- name: Build and install C++ module
run: |
sudo make install
python -m pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit b5343bd

Please sign in to comment.