Browse Source

Use pip3 to avoid using python 2.7

tags/v0.2.4-rc3
haixuanTao 3 years ago
parent
commit
30a6637cfd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci.yml

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

@@ -108,9 +108,9 @@ jobs:
cd ..

# Test Python template Project
pip install maturin
pip3 install maturin
maturin build -m apis/python/node/Cargo.toml
pip install target/wheels/*
pip3 install target/wheels/*
dora-cli new test_python_project --lang python --internal-create-with-path-dependencies
cd test_python_project
cargo build --all


Loading…
Cancel
Save