Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/bind-scikit-build-dev' into bind…
Browse files Browse the repository at this point in the history
…-scikit-build-dev
  • Loading branch information
jgaeddert committed Dec 21, 2024
2 parents 33074f0 + 267cfc9 commit 45fda0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python -m pip install pybind11 numpy matplotlib
mkdir build
cd build
cmake ..
cmake -DBUILD_AUTOTESTS=ON -DBUILD_BENCHMARKS=ON -DBUILD_EXAMPLES=ON -DPYTHON=ON ..
make
./xautotest -v -o autotest.json
python3 -c "import liquid as dsp; print('liquid-dsp python version:',dsp.__version__)"
Expand Down

0 comments on commit 45fda0b

Please sign in to comment.