Skip to content

Commit a426ed3

Browse files
committed
Update hatch installation for push action
1 parent 9fb37f8 commit a426ed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
python-version: '3.10'
6262

6363
- name: Install Hatch
64-
run: pip install hatch
64+
# click 8.3+ introduced bug for hatch
65+
run: pip install "hatch==1.13.0" "click<8.3"
6566

6667
- name: Run unit tests
6768
run: make dev test

0 commit comments

Comments
 (0)