We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4eebe commit 8c600b3Copy full SHA for 8c600b3
.github/workflows/benchmarks.yml
@@ -59,7 +59,7 @@ jobs:
59
python-version: ["3.10"]
60
env:
61
CHIA_ROOT: ${{ github.workspace }}/.chia/mainnet
62
- BLOCKS_AND_PLOTS_VERSION: 0.40.0
+ BLOCKS_AND_PLOTS_VERSION: 0.41.0
63
64
steps:
65
- name: Clean workspace
.github/workflows/test-single.yml
@@ -126,7 +126,7 @@ jobs:
126
127
CHIA_SIMULATOR_ROOT: ${{ github.workspace }}/.chia/simulator
128
JOB_FILE_NAME: tests_${{ matrix.os.file_name }}_python-${{ matrix.python.file_name }}_${{ matrix.configuration.module_import_path }}${{ matrix.configuration.file_name_index }}
129
130
131
132
- name: Configure git
0 commit comments