mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.13] CI: set correct working directory for Hypothesis cache (GH-119345) (#132364)
CI: set correct working directory for Hypothesis cache (GH-119345)
Set cwd for Hypothesis database
(cherry picked from commit 055c739536)
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
This commit is contained in:
parent
c1744902c7
commit
ce921075e8
2 changed files with 9 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -444,7 +444,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-
|
||||
|
|
@ -472,7 +472,7 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: hypothesis-example-db
|
||||
path: .hypothesis/examples/
|
||||
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
|
||||
|
||||
build-asan:
|
||||
name: 'Address sanitizer'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue