We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b436fa commit 81326d5Copy full SHA for 81326d5
.github/actions/build-pandas/action.yml
@@ -19,7 +19,7 @@ runs:
19
20
- name: Build Pandas
21
run: |
22
- python setup.py build_ext -j $N_JOBS
+ DISTUTILS_C_COMPILER_LAUNCHER=sccache python setup.py build_ext -j $N_JOBS
23
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
24
shell: bash -el {0}
25
env:
0 commit comments