Skip to content

Commit

Permalink
test15
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 11, 2024
1 parent 326ac87 commit 9f9f789
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-

Expand Down Expand Up @@ -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-

Expand Down

0 comments on commit 9f9f789

Please sign in to comment.