Skip to content

Commit 11d75d8

Browse files
DEV: Update .gitpod.yml to build inplace (#52719)
1 parent 23f74d3 commit 11d75d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
conda activate pandas-dev
1414
git pull --unshallow # need to force this else the prebuild fails
1515
git fetch --tags
16-
python setup.py build_ext -j 4
16+
python setup.py build_ext --inplace -j 4
1717
echo "🛠 Completed rebuilding Pandas!! 🛠 "
1818
echo "✨ Pre-build complete! You can close this terminal ✨ "
1919

0 commit comments

Comments
 (0)