File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -201,23 +201,7 @@ jobs:
201201        run : | 
202202          pytest tests/test_main_system_caches.py 
203203          pytest -m 'vetiver' 
204-           - name: Run rsconnect-python Tests 
205-           env: 
206-             CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}" 
207-             PY_VERSION: ${{ matrix.PY_VERSION }} 
208-             TEST_SUBSET: "CI" 
209-             RSC_AUTOMATION_PAT: "${{ secrets.CONNECT_PAT }}" 
210-             ADMIN_API_KEY: "${{ secrets.ADMIN_API_KEY }}" 
211-             QUARTO_VERSION: "1.4.546" 
212- 
213-             # This allows us to start Connect separately in our own docker container 
214-             CONNECT_SERVER: "http://localhost:3939" 
215-             remote: "yes" 
216-           run: | 
217-             cd integration-testing 
218-             docker compose pull connect 
219-             docker compose up -d connect 
220-             just ../test/connect-rsconnect-python/test/rsconnect-python/test-rsconnect-python-repo 
204+                    
221205test-jupyter :
222206    runs-on : ubuntu-latest 
223207    env :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments