Files
2024-12-26 23:56:41 -05:00

8 lines
77 B
Bash
Executable File

#!/bin/bash
set -e
cython -a cslots.pyx
pip install -e .
python3 -m pytest