From da699cf91cd566d965cd70c402a8f9bae6316954 Mon Sep 17 00:00:00 2001 From: Daniel Dourvaris Date: Wed, 28 Aug 2024 11:17:51 +0300 Subject: [PATCH] Use mamba for docs as conda runs oom --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d10df5f..1156925 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,4 +13,4 @@ python: build: os: "ubuntu-22.04" tools: - python: "miniconda3-4.7" + python: "mambaforge-22.9"