-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27735db
commit c5e175b
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
python -m pip install pytest | ||
python -m pip install -r requirements.txt | ||
python -m pip install specutils specsim | ||
python -m pip install git+https://github.com/desihub/desiutil.git@3.5.0#egg=desiutil | ||
python -m pip install git+https://github.com/desihub/desiutil.git@3.4.3#egg=desiutil | ||
python -m pip install git+https://github.com/desihub/[email protected]#egg=desimodel | ||
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data | ||
python -m pip install git+https://github.com/desihub/[email protected]#egg=desisurvey | ||
|
@@ -68,7 +68,7 @@ jobs: | |
python -m pip install --upgrade pip setuptools wheel | ||
python -m pip install pytest pytest-cov coveralls | ||
python -m pip install -r requirements.txt | ||
python -m pip install git+https://github.com/desihub/desiutil.git@3.5.0#egg=desiutil | ||
python -m pip install git+https://github.com/desihub/desiutil.git@3.4.3#egg=desiutil | ||
python -m pip install git+https://github.com/desihub/[email protected]#egg=desimodel | ||
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data | ||
python -m pip install git+https://github.com/desihub/[email protected]#egg=specsim | ||
|