Skip to content

Commit e92fcc9

Browse files
authored
ci: ban click v8.3.0 (#3146)
1 parent e9841e0 commit e92fcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uv venv -p 3.12
8080
git log
8181
- name: install-basics
82-
run: uv pip install --upgrade tox virtualenv setuptools hatch --system
82+
run: uv pip install --upgrade tox virtualenv setuptools hatch "click!=8.3.0" --system
8383
- name: install-marimo-dev
8484
run: |
8585
cd marimo
@@ -409,7 +409,7 @@ jobs:
409409
- name: create-hatch-env
410410
run: |
411411
cd formulaic
412-
uv pip install hatch hatch-vcs --system
412+
uv pip install hatch hatch-vcs "click!=8.3.0" --system
413413
- name: install-formulaic-dev
414414
run: |
415415
cd formulaic

0 commit comments

Comments
 (0)