File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424
2525 - name : Install diff-shades and support dependencies
2626 run : |
27- python -m pip install click packaging urllib3
27+ python -m pip install ' click<8.1.0' packaging urllib3
2828 python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip
2929
3030 - name : Calculate run configuration & metadata
5959 - name : Install diff-shades and support dependencies
6060 run : |
6161 python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip
62- python -m pip install click packaging urllib3
62+ python -m pip install ' click<8.1.0' packaging urllib3
6363 python -m pip install -r .github/mypyc-requirements.txt
6464 # After checking out old revisions, this might not exist so we'll use a copy.
6565 cat scripts/diff_shades_gha_helper.py > helper.py
You can’t perform that action at this time.
0 commit comments