one more try
This commit is contained in:
		
							parent
							
								
									4078d2430b
								
							
						
					
					
						commit
						31db23ac5e
					
				@ -23,12 +23,12 @@ jobs:
 | 
				
			|||||||
          python -m pip install -r requirements.txt
 | 
					          python -m pip install -r requirements.txt
 | 
				
			||||||
          mkdir drivers
 | 
					          mkdir drivers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Chrome and ChromeDrivers
 | 
					      - name: Prep the Debian repositories
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          apt update
 | 
					          apt update -y
 | 
				
			||||||
          apt install chromium-browser
 | 
					          apt upgrade -y
 | 
				
			||||||
  #        wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/linux64/chrome-linux64.zip
 | 
					          apt install -y chromium-browser
 | 
				
			||||||
  #        wget https://developer.chrome.com/docs/chromedriver/downloads#chromedriver_1140573590
 | 
					          apt install -y firefox
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Edge and EdgeDriver for Linux
 | 
					      - name: Install Edge and EdgeDriver for Linux
 | 
				
			||||||
        if: runner.os == 'Linux'
 | 
					        if: runner.os == 'Linux'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user