Skip to content

Commit 27735db

Browse files
committed
use specsim from pypi
1 parent dfafa81 commit 27735db

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,11 @@ jobs:
3535
python -m pip install --upgrade pip setuptools wheel
3636
python -m pip install pytest
3737
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
3940
python -m pip install git+https://github.com/desihub/[email protected]#egg=desimodel
4041
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
4443
- name: Run the test
4544
run: DESIMODEL=$(pwd) pytest
4645

@@ -69,12 +68,12 @@ jobs:
6968
python -m pip install --upgrade pip setuptools wheel
7069
python -m pip install pytest pytest-cov coveralls
7170
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
7372
python -m pip install git+https://github.com/desihub/[email protected]#egg=desimodel
7473
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
7574
python -m pip install git+https://github.com/desihub/[email protected]#egg=specsim
7675
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
7877
- name: Run the test with coverage
7978
run: DESIMODEL=$(pwd) pytest --cov
8079
- name: Coveralls

0 commit comments

Comments
 (0)