File tree 2 files changed +3
-3
lines changed
.github/actions/setup-ccache
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
uses :
hendrikmuhs/[email protected]
24
24
with :
25
25
variant : sccache
26
- key : ${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}
26
+ key : ${{ env.CACHE_VERSION }}--${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}
27
27
env :
28
28
TMP : " ${{ steps.mktemp.outputs.tmpdir }}"
29
+ # Bump this number to manually invalidate the cache.
30
+ CACHE_VERSION : 0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -e
2
- python -c ' import pandas; pandas.show_versions()'
3
- exit 0
4
2
5
3
# Workaround for pytest-xdist (it collects different tests in the workers if PYTHONHASHSEED is not set)
6
4
# https://github.com/pytest-dev/pytest/issues/920
You can’t perform that action at this time.
0 commit comments