We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7c478 commit e508c77Copy full SHA for e508c77
.github/workflows/python-package.yml
@@ -52,13 +52,11 @@ jobs:
52
export CXX=$(brew --prefix llvm@15)/bin/clang++
53
export LDFLAGS="-L/usr/local/opt/libomp/lib"
54
export CPPFLAGS="-I/usr/local/opt/libomp/include"
55
- python setup.py build
56
- find build/ -name "_C*.so" -exec cp {} ./torchlpc/ \;
+ python -m pip install -e .
57
- name: Build CPP extension with g++
58
if: matrix.os == 'ubuntu-latest'
59
run: |
60
61
62
- name: Test with pytest
63
64
pytest
0 commit comments