Skip to content

Commit 549d63f

Browse files
Fix CI failures and issues
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 49408c2 commit 549d63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
click_versions: |
7171
for clk_ver in 8.2.0 8.2.1;
7272
do
73-
venv/bin/pip install --force-reinstall click==$clk_ver;
73+
venv/bin/pip install click==$clk_ver;
7474
venv/bin/pytest -vvs tests/test_cliutils_progressbar.py;
7575
done
7676

0 commit comments

Comments
 (0)