mirror of
				https://github.com/mikegerber/ocrd_calamari.git
				synced 2025-10-31 07:44:13 +01:00 
			
		
		
		
	circle: set locale to a UTF-8 variant so python doesn't fall back to ascii
This commit is contained in:
		
							parent
							
								
									1c36265599
								
							
						
					
					
						commit
						60aa158341
					
				
					 2 changed files with 4 additions and 2 deletions
				
			
		|  | @ -10,11 +10,12 @@ jobs: | |||
|     environment: | ||||
|       - PYTHONIOENCODING: utf-8 | ||||
|     steps: | ||||
|       - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick | ||||
|       - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick locales | ||||
|       - run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8" | ||||
|       - checkout | ||||
|       - run: make install PIP_INSTALL="pip3 install" | ||||
|       - run: pip3 install -r requirements-test.txt | ||||
|       - run: make coverage | ||||
|       - run: make coverage LC_ALL=en_US.utf8 | ||||
|       - codecov/upload | ||||
| 
 | ||||
| workflows: | ||||
|  |  | |||
							
								
								
									
										1
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
										
									
									
									
								
							|  | @ -1,3 +1,4 @@ | |||
| export  # export variables to subshells
 | ||||
| PIP_INSTALL = pip3 install | ||||
| GIT_CLONE = git clone | ||||
| PYTHON = python3 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue