Compare commits
	
		
			4 Commits
		
	
	
		
			aa450738a0
			...
			b6706cfd08
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						b6706cfd08 | |
| 
							
							
								
								 | 
						4e9bfcfb0e | |
| 
							
							
								
								 | 
						1da1e83109 | |
| 
							
							
								
								 | 
						5016ce47da | 
| 
						 | 
					@ -2,6 +2,8 @@ pipeline:
 | 
				
			||||||
  install:
 | 
					  install:
 | 
				
			||||||
    image: python:${PYTHON}-slim
 | 
					    image: python:${PYTHON}-slim
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 | 
					      - apt update
 | 
				
			||||||
 | 
					      - apt install libmariadb-dev gcc -y
 | 
				
			||||||
      - python -m pip install --upgrade pip
 | 
					      - python -m pip install --upgrade pip
 | 
				
			||||||
      - pip install -v ".[tests]"
 | 
					      - pip install -v ".[tests]"
 | 
				
			||||||
  test:
 | 
					  test:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue