Skip to content
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ tasks:
mkdir -p .vscode
cp gitpod/settings.json .vscode/settings.json
git fetch --tags
pip install --upgrade meson
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true
pre-commit install
command: |
pip install --upgrade meson
python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true
echo "✨ Pre-build complete! You can close this terminal ✨ "

Expand Down