From 9dd10074f22d934ddb54a3c2fae0e9921e2ef25a Mon Sep 17 00:00:00 2001 From: Nathan Keim Date: Fri, 24 May 2024 16:38:21 -0400 Subject: [PATCH] BLD: Re-add conda init --- .github/workflows/test-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-conda.yml b/.github/workflows/test-conda.yml index 4f4169e5..60efe9ef 100644 --- a/.github/workflows/test-conda.yml +++ b/.github/workflows/test-conda.yml @@ -25,6 +25,7 @@ jobs: shell: bash run: | conda install pytest numpy scipy matplotlib pandas pytables numba scikit-learn pyyaml looseversion + conda init python -V conda info conda list