split tests out
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 12s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Test bankfind / Python ${{ matrix.python-version }} sample (3.8) (push) Successful in 12s
				
			This commit is contained in:
		@@ -17,9 +17,12 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: ${{ matrix.python-version }}
 | 
			
		||||
          architecture: x64
 | 
			
		||||
      - run: |
 | 
			
		||||
      - name: Setup Tests and Dependencies
 | 
			
		||||
        run: |
 | 
			
		||||
          python --version
 | 
			
		||||
          pip install -U pip
 | 
			
		||||
          pip install pytest coverage pytest-cov
 | 
			
		||||
          pip install -r requirements.txt
 | 
			
		||||
      - name: Run tests
 | 
			
		||||
        run: |
 | 
			
		||||
          pytest
 | 
			
		||||
		Reference in New Issue
	
	Block a user