Skip to content

Commit

Permalink
adding lsstinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jan 19, 2024
1 parent 12af397 commit 26a71c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@ jobs:
- name: Install dependencies
run: |
python -m ensurepip
python -m pip install lsst-daf-butler
curl -OL https://ls.st/lsstinstall
chmod u+x lsstinstall
./lsstinstall -T v26_0_0
source loadLSST.sh
eups distrib install -t v26_0_0 lsst_distrib obs_lsst daf_butler
curl -sSL https://raw.githubusercontent.com/lsst/shebangtron/main/shebangtron | python
setup obs_lsst daf_butler
- name: Run tests
run: |
source loadLSST.sh
cd ./tests
python test_move_embargo_args.py
# - name: docker build
Expand Down

0 comments on commit 26a71c9

Please sign in to comment.