File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,14 @@ jobs:
2929 - name : Install dependencies
3030 run : |
3131 python --version
32- pip install -U pip setuptools wheel
33- pip install --use-feature=2020-resolver - e .[all]
32+ pip install -U pip setuptools wheel restructuredtext_lint
33+ pip install -e .[all]
3434 pip freeze
3535
36+ - name : Check README
37+ run : |
38+ rst-lint README.rst
39+
3640 - name : Tests
3741 run : |
3842 pytest --cov=pyirf --cov-report=xml
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ pyirf |ci| |codacy| |coverage| |doilatest|
1010 :target: https://codecov.io/gh/cta-observatory/pyirf
1111.. |doilatest | image :: https://zenodo.org/badge/DOI/10.5281/zenodo.4740755.svg
1212 :target: https://doi.org/10.5281/zenodo.4740755
13- ..|zenodo|
1413
1514*pyirf * is a python library for the generation of Instrument Response
1615Functions (IRFs) and sensitivities for the
You can’t perform that action at this time.
0 commit comments