From 103eb233475293bf4b95377b1e6864ee16b76f16 Mon Sep 17 00:00:00 2001 From: Hauke Schulz <43613877+observingClouds@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:52:30 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a398f2ef..6fbfcfba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,9 +98,7 @@ jobs: miniforge-variant: Mambaforge activate-environment: bitinfo-docs python-version: '3.11' - - name: Set up conda environment - run: | - mamba env -f docs/environment.yml + environment-file: docs/environment.yml - name: Remove julia (issue #212) run: | conda remove julia