Skip to content

Commit 6e5075d

Browse files
committed
More pinning of click
1 parent 46a3b7a commit 6e5075d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
python --version
4242
python -m pip install hatch
43+
python -m pip install click<8.3.0
4344
4445
- name: Run the tests
4546
timeout-minutes: 15
@@ -85,6 +86,7 @@ jobs:
8586
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8687
- name: Run Linters
8788
run: |
89+
python -m pip install click<8.3.0
8890
hatch run typing:test
8991
hatch run lint:build
9092
pipx run interrogate -vv .
@@ -106,6 +108,7 @@ jobs:
106108
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
107109
- name: Build API docs
108110
run: |
111+
python -m pip install click<8.3.0
109112
hatch run docs:api
110113
# If this fails run `hatch run docs:api` locally
111114
# and commit.
@@ -131,6 +134,7 @@ jobs:
131134

132135
- name: Install the Python dependencies without debugpy
133136
run: |
137+
python -m pip install click<8.3.0
134138
pip install .[test]
135139
pip uninstall --yes debugpy
136140
@@ -156,6 +160,7 @@ jobs:
156160

157161
- name: List installed packages
158162
run: |
163+
python -m pip install click<8.3.0
159164
hatch -v run test:list
160165
161166
- name: Run the unit tests

0 commit comments

Comments
 (0)