Skip to content

Commit

Permalink
Update continuous_integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 15, 2024
1 parent 67975ee commit 73aec6b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# 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
Expand Down

0 comments on commit 73aec6b

Please sign in to comment.