From 23101a0c767f2789c191da6bd28bae543988cf95 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 20 May 2024 12:03:27 -0400 Subject: [PATCH] test --- .github/workflows/run_pytests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytests.yml b/.github/workflows/run_pytests.yml index 0a7d0d0..3fb2da5 100644 --- a/.github/workflows/run_pytests.yml +++ b/.github/workflows/run_pytests.yml @@ -36,7 +36,7 @@ jobs: channel-priority: true - name: Create conda environment - run: conda env create -f devtools/conda-envs/doc_env.yaml + run: conda env create -f devtools/conda-envs/test_env.yaml - name: Activate conda environment shell: bash -l {0}