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.
1 parent c796354 commit 89e65dcCopy full SHA for 89e65dc
.gitpod.yml
@@ -17,7 +17,7 @@ tasks:
17
pre-commit install --install-hooks
18
command: |
19
python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true
20
- rm -f build/cp310/_version_meson.py
+ rm -f build/cp310/_version_meson.py # this file breaks setup if not removed (causes untagged pandas version to be used)
21
echo "✨ Pre-build complete! You can close this terminal ✨ "
22
23
# --------------------------------------------------------
0 commit comments