File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6161 ${{ runner.os }}-pyprod-
6262 - name : Install pip-tools and python dependencies
6363 run : |
64- python -m pip install --upgrade pip
64+ # Pin pip to 25.2 to avoid incompatibility with pip-tools and 25.3
65+ # see https://github.com/jazzband/pip-tools/issues/2252
66+ python -m pip install pip==25.2
6567 pip install pip-tools
6668 pip-sync requirements.txt
6769 - name : Use pnpm
Original file line number Diff line number Diff line change 8282 ${{ runner.os }}-pytest-
8383 - name : Install pip-tools and python dependencies
8484 run : |
85- python -m pip install --upgrade pip
85+ # Pin pip to 25.2 to avoid incompatibility with pip-tools and 25.3
86+ # see https://github.com/jazzband/pip-tools/issues/2252
87+ python -m pip install pip==25.2
8688 pip install pip-tools
8789 pip-sync requirements.txt requirements-dev.txt
8890 - name : Test pytest
You can’t perform that action at this time.
0 commit comments