File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: 2
77
88# Set the version of Python and other tools you might need
99build :
10- os : ubuntu-22 .04
10+ os : ubuntu-24 .04
1111 tools :
1212 python : " 3.12"
1313 # You can also specify other tool versions:
@@ -28,4 +28,6 @@ python:
2828 install :
2929 - method : pip
3030 path : .
31- extra_requirements : all, docs
31+ extra_requirements :
32+ - docs
33+ - extra
Original file line number Diff line number Diff line change 2020 :alt: Documentation status
2121 :target: http://pythresh.readthedocs.io/?badge=latest
2222
23- .. |badge_testing | image :: https://github.com/KulikDM/pythresh/actions/workflows/python-package .yml/badge.svg
23+ .. |badge_testing | image :: https://github.com/KulikDM/pythresh/actions/workflows/ci .yml/badge.svg
2424 :alt: testing
25- :target: https://github.com/KulikDM/pythresh/actions/workflows/python-package .yml
25+ :target: https://github.com/KulikDM/pythresh/actions/workflows/ci .yml
2626
2727.. |badge_coverage | image :: https://codecov.io/gh/KulikDM/pythresh/branch/main/graph/badge.svg?token=8ZAPXTLW9Y
2828 :alt: Codecov
You can’t perform that action at this time.
0 commit comments