File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2121 # version shouldn't matter that much, but best to be consistent
2222 python-version : 3.12
2323 - name : Install build dependencies
24- run : python -m pip install --upgrade hatch
24+ # See https://github.com/pallets/click/issues/3065
25+ # and https://github.com/pypa/hatch/issues/2050
26+ run : python -m pip install --upgrade hatch "click<8.3"
2527 - name : Build
2628 run : python -m hatch build
2729 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install Hatch
35- run : python -m pip install --upgrade hatch
35+ # See https://github.com/pallets/click/issues/3065
36+ # and https://github.com/pypa/hatch/issues/2050
37+ run : python -m pip install --upgrade hatch "click<8.3"
3638 - name : Run tests
3739 run : python -m hatch run test
You can’t perform that action at this time.
0 commit comments