Skip to content

Commit fc26111

Browse files
committed
conda init
1 parent ebb9b67 commit fc26111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing_in_conda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
python --version
3333
conda env create -f environment.yml
34+
conda init --all
3435
conda activate mtpy-v2-test
3536
pip install git+https://github.com/simpeg/pydiso.git
3637
conda install pytest
@@ -53,6 +54,7 @@ jobs:
5354
- name: Run Tests
5455
shell: bash
5556
run: |
57+
conda init --all
5658
conda activate mtpy-v2-test
5759
pytest --cov=./ --cov-report=xml --cov=mtpy
5860

0 commit comments

Comments
 (0)