Skip to content

Commit

Permalink
Install lsst.geom for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Jul 7, 2024
1 parent 9889a81 commit 384d3ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
pip install pytest-xdist pytest-openfiles pytest-flake8
pytest-cov "flake8<5"
- name: Install lsst/geom
run: pip install git+https://github.com/lsst/geom.git

- name: Build and install
run: pip install -v -e .

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
- name: Install lsst/geom
run: pip install git+https://github.com/lsst/geom.git

- name: Build and install
run: pip install -v -e .
Expand Down

0 comments on commit 384d3ce

Please sign in to comment.