Skip to content

Commit 8c600b3

Browse files
committed
update test-cache version to use for CI
1 parent 5b4eebe commit 8c600b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: ["3.10"]
6060
env:
6161
CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet
62-
BLOCKS_AND_PLOTS_VERSION: 0.40.0
62+
BLOCKS_AND_PLOTS_VERSION: 0.41.0
6363

6464
steps:
6565
- name: Clean workspace

.github/workflows/test-single.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet
127127
CHIA_SIMULATOR_ROOT: ${{ github.workspace }}/.chia/simulator
128128
JOB_FILE_NAME: tests_${{ matrix.os.file_name }}_python-${{ matrix.python.file_name }}_${{ matrix.configuration.module_import_path }}${{ matrix.configuration.file_name_index }}
129-
BLOCKS_AND_PLOTS_VERSION: 0.40.0
129+
BLOCKS_AND_PLOTS_VERSION: 0.41.0
130130

131131
steps:
132132
- name: Configure git

0 commit comments

Comments
 (0)