Remove click pin in diff-shades workflow (#2979)

Click 8.1.1 was released with a fix for pallets/click#2227.
This commit is contained in:
Jelle Zijlstra 2022-03-30 14:33:16 -07:00 committed by GitHub
parent a66016cb94
commit def048356b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
- name: Install diff-shades and support dependencies - name: Install diff-shades and support dependencies
run: | run: |
python -m pip install 'click<8.1.0' packaging urllib3 python -m pip install click packaging urllib3
python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip
- name: Calculate run configuration & metadata - name: Calculate run configuration & metadata
@ -59,7 +59,7 @@ jobs:
- name: Install diff-shades and support dependencies - name: Install diff-shades and support dependencies
run: | run: |
python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip python -m pip install https://github.com/ichard26/diff-shades/archive/stable.zip
python -m pip install 'click<8.1.0' packaging urllib3 python -m pip install click packaging urllib3
python -m pip install -r .github/mypyc-requirements.txt python -m pip install -r .github/mypyc-requirements.txt
# After checking out old revisions, this might not exist so we'll use a copy. # After checking out old revisions, this might not exist so we'll use a copy.
cat scripts/diff_shades_gha_helper.py > helper.py cat scripts/diff_shades_gha_helper.py > helper.py