Enter venv before referencing maturin in build job
This commit is contained in:
parent
03c9ec4ada
commit
38c22f302f
1 changed files with 3 additions and 1 deletions
|
@ -51,4 +51,6 @@ jobs:
|
|||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Build Rust code
|
||||
run: maturin develop
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
maturin develop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue