Skip to content

Commit

Permalink
make surveyops download quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jul 24, 2024
1 parent 8070627 commit 951ad82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
python -m pip install pyyaml requests
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
# grab surveyops snapshot
wget https://data.desi.lbl.gov/public/epo/example_files/surveyops_2.0_ops.tar.gz
tar xvzf surveyops_2.0_ops.tar.gz
wget -nv https://data.desi.lbl.gov/public/epo/example_files/surveyops_2.0_ops.tar.gz
tar xzf surveyops_2.0_ops.tar.gz
- name: Run the test
run: DESIMODEL=$(pwd) DESI_SURVEYOPS=$(pwd) pytest

Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
python -m pip install pyyaml requests
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
# grab surveyops snapshot
wget https://data.desi.lbl.gov/public/epo/example_files/surveyops_2.0_ops.tar.gz
tar xvzf surveyops_2.0_ops.tar.gz
wget -nv https://data.desi.lbl.gov/public/epo/example_files/surveyops_2.0_ops.tar.gz
tar xzf surveyops_2.0_ops.tar.gz
- name: Run the test with coverage
run: DESIMODEL=$(pwd) DESI_SURVEYOPS=$(pwd) pytest --cov
- name: Coveralls
Expand Down

0 comments on commit 951ad82

Please sign in to comment.