Skip to content

Commit

Permalink
whack that mole!
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Dec 4, 2024
1 parent c003ba9 commit 67e6031
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
python -m pip install --no-deps --force-reinstall --ignore-installed 'fitsio${{ matrix.fitsio-version }}'
svn export https://desi.lbl.gov/svn/code/desimodel/${DESIMODEL_DATA}/data
- name: Run the test with coverage
run: DESIMODEL=$(pwd) pytest --cov py/desispec/test
run: DESIMODEL=$(pwd) pytest --cov=desispec py/desispec/test
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,6 @@ desispec API
.. automodule:: desispec.scripts.nightly_bias
:members:

.. automodule:: desispec.scripts.pipe_exec
:members:

.. automodule:: desispec.scripts.preproc
:members:

Expand Down

0 comments on commit 67e6031

Please sign in to comment.