Skip to content

Commit 81326d5

Browse files
committed
WIP
1 parent 3b436fa commit 81326d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-pandas/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919

2020
- name: Build Pandas
2121
run: |
22-
python setup.py build_ext -j $N_JOBS
22+
DISTUTILS_C_COMPILER_LAUNCHER=sccache python setup.py build_ext -j $N_JOBS
2323
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
2424
shell: bash -el {0}
2525
env:

0 commit comments

Comments
 (0)