mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Update CI workflow to use parallelized install
Remove deprecated runtime option from CI
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yaml
									
									
									
									
										vendored
									
									
								
							@@ -40,7 +40,7 @@ jobs:
 | 
				
			|||||||
      - name: Setup:env
 | 
					      - name: Setup:env
 | 
				
			||||||
        run: .github/scripts/setup-env.sh
 | 
					        run: .github/scripts/setup-env.sh
 | 
				
			||||||
      - name: Run:${{ matrix.python.toxenv }}
 | 
					      - 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 }} --parallelize-locked-install=10
 | 
				
			||||||
  Check:
 | 
					  Check:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
@@ -63,8 +63,8 @@ jobs:
 | 
				
			|||||||
      - name: Setup:env
 | 
					      - name: Setup:env
 | 
				
			||||||
        run: .github/scripts/setup-env.sh
 | 
					        run: .github/scripts/setup-env.sh
 | 
				
			||||||
      - name: Run:static
 | 
					      - name: Run:static
 | 
				
			||||||
        run: $HOME/ci/bin/tox -e static --require-poetry
 | 
					        run: $HOME/ci/bin/tox -e static --parallelize-locked-install=10
 | 
				
			||||||
      - name: Run:static-tests
 | 
					      - name: Run:static-tests
 | 
				
			||||||
        run: $HOME/ci/bin/tox -e static-tests --require-poetry
 | 
					        run: $HOME/ci/bin/tox -e static-tests --parallelize-locked-install=10
 | 
				
			||||||
      - name: Run:security
 | 
					      - name: Run:security
 | 
				
			||||||
        run: $HOME/ci/bin/tox -e security --require-poetry
 | 
					        run: $HOME/ci/bin/tox -e security --parallelize-locked-install=10
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user