diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index 486dad18b..1a75ef9e9 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -30,7 +30,7 @@ jobs: uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - environment-name: etc/gh-workflow-conda-env.yml + environment-file: etc/gh-workflow-conda-env.yml miniforge-version: latest channels: conda-forge conda-remove-defaults: "true"