Skip to content

Commit 83cd926

Browse files
maresbricardoV94
authored andcommitted
Do mamba and pre-commit updates in background
1 parent be560e4 commit 83cd926

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitpod.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ tasks:
2222
2323
# Install dependencies
2424
sudo chown "$(id -u):$(id -g)" /opt/conda/conda-meta/history
25-
micromamba install --yes --name base --file conda-envs/environment-dev.yml
26-
27-
# Install PyMC
28-
pip install -e .
25+
(micromamba install --yes --name base --file conda-envs/environment-dev.yml; pip install -e .) &> /tmp/install-init.log &
2926
3027
command: |
3128
# Reinitialize devcontainer for good measure
3229
_dev-init.sh
3330
3431
# Install the pre-commit hooks in the background if not already installed
35-
pre-commit install --install-hooks
32+
pre-commit install --install-hooks &> /tmp/pre-commit-init-output.log &
3633
3734
vscode:
3835
extensions:

0 commit comments

Comments
 (0)