Skip to content

Commit

Permalink
call conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 30, 2023
1 parent 4083584 commit e7015b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Prepare
run: |
conda info --envs
conda init
conda create -n work python=${{ inputs.py_version }}
conda activate work
conda config --prepend channels bblanchon
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
- name: Prepare
run: |
conda info --envs
conda init
conda create -n work python=${{ matrix.py }}
conda activate work
conda config --prepend channels bblanchon
Expand Down

0 comments on commit e7015b8

Please sign in to comment.