File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Install build tool
2020 run : |
2121 python -m pip install --upgrade pip
22- python -m pip install hatch
22+ python -m pip install hatch "click!=8.3.0" # https://github.com/pypa/hatch/issues/2050
2323 - name : Build
2424 run : |
2525 hatch build
Original file line number Diff line number Diff line change 4141 - name : Install tools
4242 run : |
4343 python -m pip install --upgrade pip
44- python -m pip install hatch
44+ python -m pip install hatch "click!=8.3.0" # https://github.com/pypa/hatch/issues/2050
4545 hatch env create lint
4646 - name : Lint with flake8
4747 run : |
6666 - name : Install dependencies
6767 run : |
6868 python -m pip install --upgrade pip
69- python -m pip install hatch
69+ python -m pip install hatch "click!=8.3.0" # https://github.com/pypa/hatch/issues/2050
7070 hatch env create default
7171 hatch env create test.py${{matrix.python-version}}
7272 - name : Run pytest
9494 - name : Install tools
9595 run : |
9696 python -m pip install --upgrade pip
97- python -m pip install hatch
97+ python -m pip install hatch "click!=8.3.0" # https://github.com/pypa/hatch/issues/2050
9898 hatch env create lint
9999 - name : Type check w/ mypy
100100 run : hatch run lint:mypy --install-types --non-interactive --pretty
You can’t perform that action at this time.
0 commit comments