From f41b16bef73585557de9e16ca35a1e9654083580 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:41:30 -0700 Subject: [PATCH] fix docs with conda --- .github/workflows/test_code.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_code.yml b/.github/workflows/test_code.yml index f5c8c74d..604cad22 100644 --- a/.github/workflows/test_code.yml +++ b/.github/workflows/test_code.yml @@ -149,6 +149,7 @@ jobs: with: python-version: '3.10' mamba-version: "*" + conda-version: '23.7.4' channels: conda-forge,defaults channel-priority: true activate-environment: anaconda-client-env