We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186500 commit 219de60Copy full SHA for 219de60
.github/workflows/build.yml
@@ -388,7 +388,7 @@ jobs:
388
id: cache-hypothesis-database
389
uses: actions/cache@v4
390
with:
391
- path: ./hypothesis
+ path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis
392
key: hypothesis-database-${{ github.head_ref || github.run_id }}
393
restore-keys: |
394
- hypothesis-database-
@@ -416,7 +416,7 @@ jobs:
416
if: always()
417
418
name: hypothesis-example-db
419
- path: .hypothesis/examples/
+ path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
420
421
422
build_asan:
0 commit comments