Skip to content

Commit 259c38f

Browse files
authored
Update .gitpod.yml
Let's see if this fixes it
1 parent 8002999 commit 259c38f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitpod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ tasks:
2323
command: |
2424
echo "running: python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true" 2>&1 | tee -a setup.log
2525
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
2628
echo "✨ Pre-build complete! You can close this terminal ✨ " 2>&1 | tee -a setup.log
2729
2830
# --------------------------------------------------------

0 commit comments

Comments
 (0)