mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Fix CI running all tox envs instead of targeted envs
Yaml formatting quirks strike again
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -40,9 +40,7 @@ jobs:
 | 
			
		||||
      - name: Setup:env
 | 
			
		||||
        run: .github/scripts/setup-env.sh
 | 
			
		||||
      - name: Run:${{ matrix.python.toxenv }}
 | 
			
		||||
        run: $HOME/ci/bin/tox \
 | 
			
		||||
          -e ${{ matrix.python.toxenv }} \
 | 
			
		||||
          --require-poetry
 | 
			
		||||
        run: $HOME/ci/bin/tox -e ${{ matrix.python.toxenv }} --require-poetry
 | 
			
		||||
  Check:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user