From 73aec6ba1c734c98f717d7aa5910462a81a114d9 Mon Sep 17 00:00:00 2001 From: alejandrobodas Date: Fri, 15 Mar 2024 18:49:03 +0000 Subject: [PATCH] Update continuous_integration.yml --- .github/workflows/continuous_integration.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 078a12c..e29cca5 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -23,18 +23,21 @@ jobs: pwd ls # Set up Python and install dependencies - # - name: Set up Python - # uses: actions/setup-python@v5 - # with: - # python-version: ${{ matrix.python-version }} - name: Setup conda environment uses: conda-incubator/setup-miniconda@v3.0.3 + # activate-environment: ci_env + # environment-file: etc/environment.yml + # python-version: ${{ matrix.python-version }} + # auto-activate-base: false + # auto-update-conda: true with: - activate-environment: ci_env - environment-file: etc/environment.yml - python-version: ${{ matrix.python-version }} - auto-activate-base: false auto-update-conda: true + miniforge-variant: Mambaforge + channels: conda-forge + python-version: ${{ matrix.python-version }} + activate-environment: cy_env + environment-file: etc/environment.yml + use-mamba: true - name: Environment info run: | conda info