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 3111180 commit 49c18ceCopy full SHA for 49c18ce
.github/workflows/python-package.yml
@@ -43,8 +43,8 @@ jobs:
43
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
- name: Build CPP extension
45
run: |
46
- export CC=$(brew --prefix llvm)/bin/clang
47
- export CXX=$(brew --prefix llvm)/bin/clang++
+ export CC=$(brew --prefix llvm@15)/bin/clang
+ export CXX=$(brew --prefix llvm@15)/bin/clang++
48
python setup.py build
49
find build/ -name "_C*.so" -exec cp {} ./torchlpc/ \;
50
- name: Test with pytest
0 commit comments