fix: remove --user flag in python generate scripts
This commit is contained in:
		
							parent
							
								
									267685bd58
								
							
						
					
					
						commit
						0b851d441f
					
				| @ -2,7 +2,7 @@ | |||||||
| 
 | 
 | ||||||
| set -euo pipefail | set -euo pipefail | ||||||
| python3 --version | python3 --version | ||||||
| pip install --user -r requirements.txt | pip install -r requirements.txt | ||||||
| 
 | 
 | ||||||
| echo "Generating bdk.py..." | echo "Generating bdk.py..." | ||||||
| cd ../bdk-ffi/ | cd ../bdk-ffi/ | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| 
 | 
 | ||||||
| set -euo pipefail | set -euo pipefail | ||||||
| python3 --version | python3 --version | ||||||
| pip install --user -r requirements.txt | pip install -r requirements.txt | ||||||
| 
 | 
 | ||||||
| echo "Generating bdk.py..." | echo "Generating bdk.py..." | ||||||
| cd ../bdk-ffi/ | cd ../bdk-ffi/ | ||||||
|  | |||||||
| @ -2,7 +2,7 @@ | |||||||
| 
 | 
 | ||||||
| set -euo pipefail | set -euo pipefail | ||||||
| python3 --version | python3 --version | ||||||
| pip install --user -r requirements.txt | pip install -r requirements.txt | ||||||
| 
 | 
 | ||||||
| echo "Generating bdk.py..." | echo "Generating bdk.py..." | ||||||
| cd ../bdk-ffi/ | cd ../bdk-ffi/ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user