From 3f4c57c0f8a68096c928ce0dcfe48257103637fc Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 22 Jul 2024 16:09:32 -0400 Subject: [PATCH] `chia-blockchain==2.4.2` in `build-test.yml` --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 006c20dfb..758894e57 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.8 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