Skip to content

Commit

Permalink
chia-blockchain==2.4.2 in build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Jul 22, 2024
1 parent e1a7b55 commit 3f4c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f4c57c

Please sign in to comment.