diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index a2b9fef..745d1a6 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -89,7 +89,7 @@ jobs: - name: Setup Conda Environment uses: mamba-org/setup-micromamba@v1 with: - environment-file: ../devtools/conda-envs/test_env.yaml + environment-file: devtools/conda-envs/test_env.yaml environment-name: mda-ob create-args: >- python==${{ matrix.python-version }}