Files
IronCalc/bindings/python/run_tests.sh
Sinan Yumurtacı 5f3856350b ugh
2024-12-12 05:49:25 +01:00

10 lines
177 B
Bash
Executable File

#!/bin/bash
python -m venv venv
source venv/bin/activate
# not sure why this is needed
pip install patchelf
pip install maturin
pip install pytest
maturin develop
pytest tests/