diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6265d534..a398f2ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -100,7 +100,7 @@ jobs: python-version: '3.11' - name: Set up conda environment run: | - mamba env update -f docs/environment.yml + mamba env -f docs/environment.yml - name: Remove julia (issue #212) run: | conda remove julia