From 016da700005a25544fc4fb3e71229bd823791969 Mon Sep 17 00:00:00 2001 From: yakuhito Date: Wed, 1 Nov 2023 23:15:52 +0200 Subject: [PATCH] switch back to older chia-dev-tools --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.md b/TESTING.md index 362fd51..6758e24 100644 --- a/TESTING.md +++ b/TESTING.md @@ -3,7 +3,7 @@ # python3 -m venv venv + install . ./venv/bin/activate export CHIA_ROOT=~/.chia/simulator/main -pip install --extra-index-url https://pypi.chia.net/simple/ chia-dev-tools +pip install --extra-index-url https://pypi.chia.net/simple/ chia-dev-tools==1.2.2 pip install -r requirements.txt