We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78c05ed + 11d75d8 commit f7ec790Copy full SHA for f7ec790
.gitpod.yml
@@ -13,7 +13,7 @@ tasks:
13
conda activate pandas-dev
14
git pull --unshallow # need to force this else the prebuild fails
15
git fetch --tags
16
- python setup.py build_ext -j 4
+ python setup.py build_ext --inplace -j 4
17
echo "🛠 Completed rebuilding Pandas!! 🛠 "
18
echo "✨ Pre-build complete! You can close this terminal ✨ "
19
0 commit comments