mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	 7d63399d00
			
		
	
	
		7d63399d00
		
			
		
	
	
	
	
		
			
			The code changes in https://github.com/acryldata/avro_gen/pull/16, but tests are written here.
		
			
				
	
	
		
			8 lines
		
	
	
		
			210 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			210 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| set -euxo pipefail
 | |
| 
 | |
| pip install -e 'git+https://github.com/acryldata/avro_gen#egg=avro-gen3'
 | |
| pip install -e 'git+https://github.com/acryldata/PyHive#egg=acryl-pyhive[hive]'
 | |
| pip install -e '.[dev]'
 |