File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : |
4141 python --version
4242 python -m pip install hatch
43- python -m pip install "click<8.3.0"
4443
4544 - name : Run the tests
4645 timeout-minutes : 15
8685 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8786 - name : Run Linters
8887 run : |
89- python -m pip install "click<8.3.0"
9088 hatch run typing:test
9189 hatch run lint:build
9290 pipx run interrogate -vv .
@@ -108,7 +106,6 @@ jobs:
108106 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
109107 - name : Build API docs
110108 run : |
111- python -m pip install "click<8.3.0"
112109 hatch run docs:api
113110 # If this fails run `hatch run docs:api` locally
114111 # and commit.
@@ -134,7 +131,6 @@ jobs:
134131
135132 - name : Install the Python dependencies without debugpy
136133 run : |
137- python -m pip install "click<8.3.0"
138134 pip install .[test]
139135 pip uninstall --yes debugpy
140136
@@ -160,7 +156,6 @@ jobs:
160156
161157 - name : List installed packages
162158 run : |
163- python -m pip install "click<8.3.0"
164159 hatch -v run test:list
165160
166161 - name : Run the unit tests
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=1.4" , " jupyter_client>=6" , " click<8.3.0 " ]
2+ requires = [" hatchling>=1.4" , " jupyter_client>=6" ]
33build-backend = " hatchling.build"
44
55[project ]
You can’t perform that action at this time.
0 commit comments