diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4c03be3..feffccec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Activate Conda environment shell: bash -el {0} run: | - conda activate $(basename ${{ matrix.directory }}) + source activate $(basename ${{ matrix.directory }}) - name: Install pytest shell: bash -el {0}