CI: set correct working directory for Hypothesis cache (GH-119345)
Set cwd for Hypothesis database
This commit is contained in:
committed by
GitHub
parent
0cdc5c8d54
commit
055c739536
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -388,7 +388,7 @@ jobs:
|
||||
id: cache-hypothesis-database
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./hypothesis
|
||||
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/
|
||||
key: hypothesis-database-${{ github.head_ref || github.run_id }}
|
||||
restore-keys: |
|
||||
- hypothesis-database-
|
||||
@@ -416,7 +416,7 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
name: hypothesis-example-db
|
||||
path: .hypothesis/examples/
|
||||
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
|
||||
|
||||
|
||||
build_asan:
|
||||
|
||||
Reference in New Issue
Block a user