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:
parent
a66016cb94
commit
def048356b
4
.github/workflows/diff_shades.yml
vendored
4
.github/workflows/diff_shades.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user