File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed 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 
4344
4445       - name : Run the tests 
4546        timeout-minutes : 15 
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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments