We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a050ac9 commit ebb9b67Copy full SHA for ebb9b67
.github/workflows/testing_in_conda.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python --version
33
conda env create -f environment.yml
34
- source activate mtpy-v2-test
+ conda activate mtpy-v2-test
35
pip install git+https://github.com/simpeg/pydiso.git
36
conda install pytest
37
conda install pytest-subtests
@@ -47,13 +47,13 @@ jobs:
47
- name: Install Our Package
48
shell: bash
49
50
51
pip install -e .
52
conda list
53
- name: Run Tests
54
55
56
57
pytest --cov=./ --cov-report=xml --cov=mtpy
58
59
- name: "Upload coverage to Codecov"
0 commit comments