Skip to content

Commit f7ec790

Browse files
Merge branch 'pandas-dev:main' into gh33828_add_integration_test
2 parents 78c05ed + 11d75d8 commit f7ec790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

+1-1
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)