File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2323 run : |
2424 python --version
2525 - name : Install Python package
26+ env :
27+ # There is still a warning with pip version 24, even though this
28+ # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
29+ PYTHONWARNINGS : error,default::DeprecationWarning
2630 run : |
2731 $PIP install .
2832 - name : Install docs dependencies
33+ env :
34+ # There is still a warning with pip version 24, even though this
35+ # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
36+ PYTHONWARNINGS : error,default::DeprecationWarning
2937 run : |
3038 $PIP install -r doc/requirements.txt
3139 - name : Build HTML
Original file line number Diff line number Diff line change 2424 run : |
2525 python --version
2626 - name : Install Python package
27+ env :
28+ # There is still a warning with pip version 24, even though this
29+ # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
30+ PYTHONWARNINGS : error,default::DeprecationWarning
2731 run : |
2832 $PIP install .
2933 - name : Install docs dependencies
34+ env :
35+ # There is still a warning with pip version 24, even though this
36+ # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
37+ PYTHONWARNINGS : error,default::DeprecationWarning
3038 run : |
3139 $PIP install -r doc/requirements.txt
3240 - name : Check links
You can’t perform that action at this time.
0 commit comments