Skip to content

Commit f1ac582

Browse files
committed
Merge remote-tracking branch 'upstream/main' into refac-native-module
2 parents d395e1e + e92fcc9 commit f1ac582

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)