File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,15 @@ image:
10
10
tasks :
11
11
- name : Prepare development environment
12
12
init : |
13
- echo "running: mkdir -p .vscode" 2>&1 | tee -a setup.log
14
13
mkdir -p .vscode
15
- echo "running: cp gitpod/settings.json .vscode/settings.json" 2>&1 | tee -a setup.log
16
14
cp gitpod/settings.json .vscode/settings.json
17
- echo "running: git fetch --tags" 2>&1 | tee -a setup.log
18
- git fetch --tags 2>&1 | tee -a setup.log
19
- echo "running: python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true" 2>&1 | tee -a setup.log
20
- python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true 2>&1 | tee -a setup.log
21
- echo "running: pre-commit install --install-hooks" 2>&1 | tee -a setup.log
22
- pre-commit install --install-hooks 2>&1 | tee -a setup.log
15
+ git fetch --tags
16
+ python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true
17
+ pre-commit install --install-hooks
23
18
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"
19
+ python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true
27
20
rm -f build/cp310/_version_meson.py
28
- echo "✨ Pre-build complete! You can close this terminal ✨ " 2>&1 | tee -a setup.log
21
+ echo "✨ Pre-build complete! You can close this terminal ✨ "
29
22
30
23
# --------------------------------------------------------
31
24
# exposing ports for liveserve
You can’t perform that action at this time.
0 commit comments