Skip to content

Commit ebb9b67

Browse files
committed
debug test (try conda activate)
1 parent a050ac9 commit ebb9b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing_in_conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python --version
3333
conda env create -f environment.yml
34-
source activate mtpy-v2-test
34+
conda activate mtpy-v2-test
3535
pip install git+https://github.com/simpeg/pydiso.git
3636
conda install pytest
3737
conda install pytest-subtests
@@ -47,13 +47,13 @@ jobs:
4747
- name: Install Our Package
4848
shell: bash
4949
run: |
50-
source activate mtpy-v2-test
50+
conda activate mtpy-v2-test
5151
pip install -e .
5252
conda list
5353
- name: Run Tests
5454
shell: bash
5555
run: |
56-
source activate mtpy-v2-test
56+
conda activate mtpy-v2-test
5757
pytest --cov=./ --cov-report=xml --cov=mtpy
5858
5959
- name: "Upload coverage to Codecov"

0 commit comments

Comments
 (0)