From 409bacc9aa6b81c007a8da8b2eb8315030539c9a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 5 Sep 2023 13:40:49 +0200 Subject: [PATCH] Fix docs build on Gitpod (#7026) --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 7717ad1241..3ff0de94f9 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -19,6 +19,7 @@ tasks: export MAMBA_EXE=/workspace/bin/micromamba $(/workspace/bin/micromamba shell hook --shell=bash) export JUPYTER_PREFER_ENV_PATH=1 + export TZ=UTC micromamba activate EOT source /workspace/bin/activate-env.sh