Browse Source

Try using venv for CLI test

tags/v0.3.4-rc1
Philipp Oppermann 1 year ago
parent
commit
2d742e3a53
Failed to extract signature
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml View File

@@ -275,6 +275,8 @@ jobs:
cd ..

# Test Python template Project
python3 -m venv .venv
source .venv/bin/activate
pip3 install maturin
maturin build -m apis/python/node/Cargo.toml
pip3 install target/wheels/*


Loading…
Cancel
Save