Skip to content

Commit

Permalink
test23
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 12, 2024
1 parent 72a9dc9 commit bc80c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
_install/*
src/wrappers/python/*
key: ${{ runner.os }}-install-${{ github.sha }}
restore-keys: ${{ runner.os }}-install-
restore-keys: ${{ runner.os }}-install-${{ github.sha }}

build_wheels:
name: Build Python wheels
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
_install/*
src/wrappers/python/*
key: ${{ runner.os }}-install-${{ github.sha }}
restore-keys: ${{ runner.os }}-install-
restore-keys: ${{ runner.os }}-install-${{ github.sha }}

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit bc80c5d

Please sign in to comment.