Files
IronCalc/bindings/python/run_tests.sh
Sinan Yumurtaci 075760b7ba typo
2024-12-12 05:49:25 +01:00

10 lines
177 B
Bash

#!/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/