We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
click
1 parent e9841e0 commit e92fcc9Copy full SHA for e92fcc9
.github/workflows/downstream_tests.yml
@@ -79,7 +79,7 @@ jobs:
79
uv venv -p 3.12
80
git log
81
- name: install-basics
82
- run: uv pip install --upgrade tox virtualenv setuptools hatch --system
+ run: uv pip install --upgrade tox virtualenv setuptools hatch "click!=8.3.0" --system
83
- name: install-marimo-dev
84
run: |
85
cd marimo
@@ -409,7 +409,7 @@ jobs:
409
- name: create-hatch-env
410
411
cd formulaic
412
- uv pip install hatch hatch-vcs --system
+ uv pip install hatch hatch-vcs "click!=8.3.0" --system
413
- name: install-formulaic-dev
414
415
0 commit comments