Skip to content

Commit b93a4ac

Browse files
committed
re-open shell
1 parent fc26111 commit b93a4ac

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+
source ~/.profile
3435
conda init --all
3536
conda activate mtpy-v2-test
3637
pip install git+https://github.com/simpeg/pydiso.git
@@ -54,6 +55,7 @@ jobs:
5455
- name: Run Tests
5556
shell: bash
5657
run: |
58+
source ~/.profile
5759
conda init --all
5860
conda activate mtpy-v2-test
5961
pytest --cov=./ --cov-report=xml --cov=mtpy

0 commit comments

Comments
 (0)