Skip to content

Commit

Permalink
update desiutil version
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 31, 2025
1 parent 27735db commit c5e175b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5e175b

Please sign in to comment.