diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 006c20dfb..9c7e2cb49 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -383,7 +383,7 @@ jobs: source venv/bin/activate git clone https://github.com/Chia-Network/clvm_tools.git --branch=main --single-branch pip install ./clvm_tools - pip install colorama maturin pytest pytest-xdist chia-blockchain==2.1.2 clvm==0.9.8 + pip install colorama maturin pytest pytest-xdist chia-blockchain==2.4.2 clvm==0.9.10 maturin develop --release -m wheel/Cargo.toml pytest tests grcov . --binary-path target -s . --branch --ignore-not-existing --ignore='*/.cargo/*' --ignore='tests/*' --ignore='venv/*' -o rust_cov.info