Add CI testing #2

Manually merged
MichaelBradley merged 11 commits from actions into main 2025-02-23 09:29:58 -05:00
Showing only changes of commit d0e0f6af4f - Show all commits

View file

@ -50,7 +50,9 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
- name: Build Rust code
run: maturin develop
run: |
source venv/bin/activate
maturin develop
- name: Run Python tests
run: |
source venv/bin/activate