From 3e32d90943133aaafd76f9702ef9ddb23b68b915 Mon Sep 17 00:00:00 2001 From: Alice Date: Mon, 12 Jan 2026 16:42:46 +0100 Subject: [PATCH] typo --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"