Skip to content

Commit 89e65dc

Browse files
authored
Issue #59459 Patch - removing faulty _version_meson.py file
1 parent c796354 commit 89e65dc

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
@@ -17,7 +17,7 @@ tasks:
1717
pre-commit install --install-hooks
1818
command: |
1919
python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true
20-
rm -f build/cp310/_version_meson.py
20+
rm -f build/cp310/_version_meson.py # this file breaks setup if not removed (causes untagged pandas version to be used)
2121
echo "✨ Pre-build complete! You can close this terminal ✨ "
2222
2323
# --------------------------------------------------------

0 commit comments

Comments
 (0)