Call maturin from venv
All checks were successful
CI / Formatting (push) Successful in 39s
CI / Clippy (push) Successful in 38s
CI / Build (and tests, for now) (push) Successful in 1m52s

This commit is contained in:
Michael Bradley 2025-02-23 07:45:50 -05:00
parent 4354000e33
commit d0e0f6af4f
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

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