Skip to content

Commit 2ebdcc3

Browse files
committed
try thiis
1 parent b164ae1 commit 2ebdcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diff_shades.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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

0 commit comments

Comments
 (0)