File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 python --version
2525 - name : Install Python package
2626 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
27+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
28+ # https://github.com/pypa/pip/issues/11684
2929 PYTHONWARNINGS : error,default::DeprecationWarning
3030 run : |
3131 $PIP install .
3232 - name : Install docs dependencies
3333 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
34+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
35+ # https://github.com/pypa/pip/issues/11684
3636 PYTHONWARNINGS : error,default::DeprecationWarning
3737 run : |
3838 $PIP install -r doc/requirements.txt
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 python --version
2626 - name : Install Python package
2727 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
28+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
29+ # https://github.com/pypa/pip/issues/11684
3030 PYTHONWARNINGS : error,default::DeprecationWarning
3131 run : |
3232 $PIP install .
3333 - name : Install docs dependencies
3434 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
35+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
36+ # https://github.com/pypa/pip/issues/11684
3737 PYTHONWARNINGS : error,default::DeprecationWarning
3838 run : |
3939 $PIP install -r doc/requirements.txt
Original file line number Diff line number Diff line change @@ -59,22 +59,22 @@ jobs:
5959 python --version
6060 - name : Install Sphinx
6161 env :
62- # There is still a warning with pip version 24, even though this
63- # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
62+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
63+ # https://github.com/pypa/pip/issues/11684
6464 PYTHONWARNINGS : error,default::DeprecationWarning
6565 run : |
6666 $PIP install $SPHINX_PACKAGE
6767 - name : Install nbsphinx
6868 env :
69- # There is still a warning with pip version 24, even though this
70- # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
69+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
70+ # https://github.com/pypa/pip/issues/11684
7171 PYTHONWARNINGS : error,default::DeprecationWarning
7272 run : |
7373 $PIP install .
7474 - name : Install docs dependencies
7575 env :
76- # There is still a warning with pip version 24, even though this
77- # is supposed to be fixed: https://github.com/pypa/pip/issues/11975
76+ # DeprecationWarning: Unimplemented abstract methods {'locate_file'}
77+ # https://github.com/pypa/pip/issues/11684
7878 PYTHONWARNINGS : error,default::DeprecationWarning
7979 run : |
8080 $PIP install -r doc/requirements.txt --upgrade-strategy only-if-needed
You can’t perform that action at this time.
0 commit comments