We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca2d40 commit 767c9dcCopy full SHA for 767c9dc
.github/actions/setup-sccache/action.yml
@@ -22,7 +22,7 @@ runs:
22
shell: bash
23
24
- name: Setup sccache
25
- uses: hendrikmuhs/ccache-action@v1.1
+ uses: hendrikmuhs/ccache-action@v1.2
26
with:
27
variant: sccache
28
key: ${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}
.github/workflows/ubuntu.yml
@@ -141,4 +141,4 @@ jobs:
141
uses: ./.github/actions/run-tests
142
143
check-pyarrow-version: ${{ matrix.pyarrow_version }}
144
- continue-on-error: ${{ env.IS_PYPY }}
+ continue-on-error: ${{ env.IS_PYPY == 'true' }}
0 commit comments