diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8599e359..e4c03be3 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 ${{ matrix.directory }} + conda activate $(basename ${{ matrix.directory }}) - name: Install pytest shell: bash -el {0}