diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d74226f..4edcd42c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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