Skip to content

Commit

Permalink
bump test-cache version to get the new hard-fork chains
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Sep 8, 2023
1 parent 06cb810 commit 992ff5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: [ 3.9 ]
env:
CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet
BLOCKS_AND_PLOTS_VERSION: 0.30.0
BLOCKS_AND_PLOTS_VERSION: 0.31.0

steps:
- name: Clean workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0
BLOCKS_AND_PLOTS_VERSION: 0.31.0

steps:
- name: Configure git
Expand Down

0 comments on commit 992ff5c

Please sign in to comment.