From db8a294a8136a5e81a1c28058a3b009a305af6e9 Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 4 Oct 2023 00:00:14 +0200 Subject: [PATCH] bump test chains used on CI --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/test-single.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 6357f4a930be..5464f70451ca 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -34,7 +34,7 @@ jobs: python-version: [ 3.9 ] env: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet - BLOCKS_AND_PLOTS_VERSION: 0.33.0 + BLOCKS_AND_PLOTS_VERSION: 0.35.0 steps: - name: Clean workspace diff --git a/.github/workflows/test-single.yml b/.github/workflows/test-single.yml index 3d7dd132a354..70eb1357ce2a 100644 --- a/.github/workflows/test-single.yml +++ b/.github/workflows/test-single.yml @@ -113,7 +113,7 @@ jobs: CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet CHIA_SIMULATOR_ROOT: ${{ github.workspace }}/.chia/simulator JOB_FILE_NAME: tests_${{ matrix.os.file_name }}_python-${{ matrix.python.file_name }}_${{ matrix.configuration.name }} - BLOCKS_AND_PLOTS_VERSION: 0.33.0 + BLOCKS_AND_PLOTS_VERSION: 0.35.0 steps: - name: Configure git