File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 23
23
- name : Conda info
24
24
shell : bash -l {0}
25
25
run : conda info
26
- - name : Finish python setup
27
- shell : bash -l {0}
28
- run : |
29
- pip install apexpy
30
- pip install --upgrade numpy
31
26
- name : Lint with flake8
32
27
shell : bash -l {0}
33
28
run : |
42
37
conda install pytest
43
38
pip install pytest-html
44
39
pip install pytest-cov
40
+ pip install --upgrade numpy
45
41
pip install -e .
46
42
pytest test --html=${{ matrix.python-version }}-results.html --self-contained-html --cov=./ --cov-report=xml
47
43
- name : Move artifacts
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ channels:
2
2
- anaconda
3
3
- conda-forge
4
4
dependencies :
5
- - numpy==1.21.2
5
+ - numpy
6
6
- scipy==1.7.3
7
7
- h5py==3.6.0
8
8
- scikit-image==0.19.1
@@ -16,3 +16,4 @@ dependencies:
16
16
- pip
17
17
- pip :
18
18
- madrigalWeb==3.2
19
+ - apexpy
Original file line number Diff line number Diff line change 9
9
author = 'gregstarr' ,
10
10
author_email = 'gregstarr2@gmail.com' ,
11
11
description = '' ,
12
- install_requires = [
13
- 'numpy' ,
14
- 'scipy' ,
15
- 'appdirs' ,
16
- 'xarray'
17
- ]
18
12
)
You can’t perform that action at this time.
0 commit comments