Skip to content

Commit

Permalink
Add lsst-ts-xml to build.yaml for test coverage.
Browse files Browse the repository at this point in the history
This way we can track that everything works when there is a conda package using
the lsst namespace.
  • Loading branch information
erykoff committed Jan 8, 2024
1 parent 6c11073 commit 494e735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
run: |
mamba install numexpr
- name: Install lsst-ts-xml for test coverage of installing into lsst namespace
shell: bash -l {0}
run: |
mamba install lsst-ts-xml
- name: Install dependencies
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 494e735

Please sign in to comment.