Skip to content

Commit

Permalink
Merge pull request #179 from cta-observatory/fix_readme
Browse files Browse the repository at this point in the history
Add rst-lint step in CI and fix README
  • Loading branch information
maxnoe authored Apr 19, 2022
2 parents 45a7416 + af6a065 commit 285bca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
- name: Install dependencies
run: |
python --version
pip install -U pip setuptools wheel
pip install --use-feature=2020-resolver -e .[all]
pip install -U pip setuptools wheel restructuredtext_lint
pip install -e .[all]
pip freeze
- name: Check README
run: |
rst-lint README.rst
- name: Tests
run: |
pytest --cov=pyirf --cov-report=xml
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pyirf |ci| |codacy| |coverage| |doilatest|
:target: https://codecov.io/gh/cta-observatory/pyirf
.. |doilatest| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4740755.svg
:target: https://doi.org/10.5281/zenodo.4740755
..|zenodo|

*pyirf* is a python library for the generation of Instrument Response
Functions (IRFs) and sensitivities for the
Expand Down

0 comments on commit 285bca1

Please sign in to comment.