From 9f9f789408458f1afdbdac504bf466c3614ab7db Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 11 Jan 2024 12:14:00 -0800 Subject: [PATCH] test15 Signed-off-by: Cary Phillips --- .github/workflows/python-wheels.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 9634e787f1..ebf412f631 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -70,7 +70,9 @@ jobs: - uses: actions/cache@v3 id: restore-build with: - path: _install/* + path: | + _install/* + src/wrappers/python/* key: ${{ runner.os }}-install-${{ github.sha }} restore-keys: ${{ runner.os }}-install- @@ -104,7 +106,9 @@ jobs: - uses: actions/cache@v3 id: restore-build with: - path: _install/* + path: | + _install/* + src/wrappers/python/* key: ${{ runner.os }}-install-${{ github.sha }} restore-keys: ${{ runner.os }}-install-