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}