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 8002999 commit 259c38fCopy full SHA for 259c38f
.gitpod.yml
@@ -23,6 +23,8 @@ tasks:
23
command: |
24
echo "running: python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true" 2>&1 | tee -a setup.log
25
python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true 2>&1 | tee -a setup.log
26
+ echo "removing: _version_meson.py"
27
+ rm -f build/cp310/_version_meson.py
28
echo "✨ Pre-build complete! You can close this terminal ✨ " 2>&1 | tee -a setup.log
29
30
# --------------------------------------------------------
0 commit comments