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 be560e4 commit 83cd926Copy full SHA for 83cd926
.gitpod.yml
@@ -22,17 +22,14 @@ tasks:
22
23
# Install dependencies
24
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 .
+ (micromamba install --yes --name base --file conda-envs/environment-dev.yml; pip install -e .) &> /tmp/install-init.log &
29
30
command: |
31
# Reinitialize devcontainer for good measure
32
_dev-init.sh
33
34
# Install the pre-commit hooks in the background if not already installed
35
- pre-commit install --install-hooks
+ pre-commit install --install-hooks &> /tmp/pre-commit-init-output.log &
36
37
vscode:
38
extensions:
0 commit comments