mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
find zipline tests -name "*.so" | xargs rm || true
|
|
python setup.py build_ext --inplace
|