Skip to content

Commit

Permalink
test with mamba with shell init
Browse files Browse the repository at this point in the history
  • Loading branch information
ptresson committed Nov 13, 2024
1 parent 222a231 commit 84451b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
python-version: 3.${{ matrix.python-minor-version }}
channels: conda-forge
auto-update-conda: true
activate-environment: base
# activate-environment: base
# environment-file: ""

- name: Install Mamba in Base Environment
run: conda install -n base -c conda-forge mamba --yes
run: conda install -n test -c conda-forge mamba --yes

- name: Set up Environment and Install Dependencies
run: |
Expand Down

0 comments on commit 84451b5

Please sign in to comment.