Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Sep 22, 2023
1 parent 89f3aac commit b67014d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
pytest-cov "flake8<5"
- name: Build and install
run: pip install -v -e
run: pip install -v -e .

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.7'

- name: Run tests
run: >
pytest -r a -v -n 3 --open-files --cov=tests --cov=lsst.rubintv.analysis.service
pytest -r a -v -n 3 --open-files --cov=tests
--cov=lsst.rubintv.analysis.service
--cov-report=xml --cov-report=term
--doctest-modules --doctest-glob="*.rst"
Expand Down

0 comments on commit b67014d

Please sign in to comment.