diff --git a/.github/workflows/surgepreview.yml b/.github/workflows/surgepreview.yml index e17ab00..96985cc 100644 --- a/.github/workflows/surgepreview.yml +++ b/.github/workflows/surgepreview.yml @@ -29,8 +29,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - environment-file: conda/conda-lock.yml - environment-name: xarray-tutorial + environment-file: environment.yml cache-environment: true - name: Build JupyterBook