Call maturin from venv
This commit is contained in:
parent
4354000e33
commit
d0e0f6af4f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue