Increment the environment version to resolve C domain issues on incremental rebuilds (#12583)

This commit is contained in:
Adam Turner
2024-07-15 12:00:18 +01:00
committed by GitHub
parent 4051e2cae2
commit 1c204e63a9
7 changed files with 9 additions and 6 deletions

View File

@@ -34,6 +34,6 @@ for directory in TEST_JS_ROOTS:
print('done')
print(f'Copying {searchindex} to {destination} ... ', end='')
destination.parent.mkdir(exist_ok=True)
destination.parent.mkdir(exist_ok=True, parents=True)
shutil.copy2(searchindex, destination)
print('done')