@@ -35,12 +35,11 @@ jobs:
35
35
python -m pip install --upgrade pip setuptools wheel
36
36
python -m pip install pytest
37
37
python -m pip install -r requirements.txt
38
- python -m pip install git+https://github.com/desihub/[email protected] #egg=desiutil
38
+ python -m pip install specutils specsim
39
+ python -m pip install git+https://github.com/desihub/[email protected] #egg=desiutil
39
40
python -m pip install git+https://github.com/desihub/[email protected] #egg=desimodel
40
41
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
41
- python -m pip install git+https://github.com/desihub/[email protected] #egg=specsim
42
- python -m pip install git+https://github.com/desihub/[email protected] #egg=speclite
43
- python -m pip install git+https://github.com/desihub/[email protected] #egg=desisurvey
42
+ python -m pip install git+https://github.com/desihub/[email protected] #egg=desisurvey
44
43
- name : Run the test
45
44
run : DESIMODEL=$(pwd) pytest
46
45
@@ -69,12 +68,12 @@ jobs:
69
68
python -m pip install --upgrade pip setuptools wheel
70
69
python -m pip install pytest pytest-cov coveralls
71
70
python -m pip install -r requirements.txt
72
- python -m pip install git+https://github.com/desihub/desiutil.git@3.3.1 #egg=desiutil
71
+ python -m pip install git+https://github.com/desihub/desiutil.git@3.5.0 #egg=desiutil
73
72
python -m pip install git+https://github.com/desihub/[email protected] #egg=desimodel
74
73
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
75
74
python -m pip install git+https://github.com/desihub/[email protected] #egg=specsim
76
75
python -m pip install git+https://github.com/desihub/[email protected] #egg=speclite
77
- python -m pip install git+https://github.com/desihub/desisurvey.git@0.19 .0#egg=desisurvey
76
+ python -m pip install git+https://github.com/desihub/desisurvey.git@0.20 .0#egg=desisurvey
78
77
- name : Run the test with coverage
79
78
run : DESIMODEL=$(pwd) pytest --cov
80
79
- name : Coveralls
0 commit comments