File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 python-version : " 3.10"
2424 - name : Install hatch
2525 run : pip install hatch
26+ - name : Install click
27+ run : pip install click!=8.3.0
2628 - name : Run Tests
2729 run : hatch run test_all.py3.10:test
2830
3739 python-version : " 3.11.9"
3840 - name : Install hatch
3941 run : pip install hatch
42+ # NOTE: due to bug: https://github.com/pallets/click/issues/3066
43+ - name : Install click
44+ run : pip install click!=8.3.0
4045 - name : Run Tests
4146 run : hatch run test_all.py3.11:test
4247
5156 python-version : " 3.12"
5257 - name : Install hatch
5358 run : pip install hatch
59+ - name : Install click
60+ run : pip install click!=8.3.0
5461 - name : Run Tests
5562 run : hatch run test_all.py3.12:test
5663
6572 python-version : " 3.11.9"
6673 - name : Install hatch
6774 run : pip install hatch
75+ - name : Install click
76+ run : pip install click!=8.3.0
6877 - name : Lint
6978 run : hatch run lint
7079
You can’t perform that action at this time.
0 commit comments