chore(ci): replace uv github action to manual install
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Code check / Check code (pull_request) Successful in 1m19s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Code check / Check code (pull_request) Successful in 1m19s
				
			Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
		| @@ -27,10 +27,11 @@ jobs: | ||||
|         with: | ||||
|           node-version: 20 | ||||
|  | ||||
|       - name: Install uv | ||||
|         uses: https://github.com/astral-sh/setup-uv@v6 | ||||
|         with: | ||||
|           enable-cache: true | ||||
|       - name: Install uv manually | ||||
|         run: | | ||||
|           curl -LsSf https://astral.sh/uv/install.sh | sh | ||||
|           source $HOME/.local/bin/env | ||||
|           uv --version | ||||
|  | ||||
|       - name: Sync dependencies into venv | ||||
|         run: uv sync --all-extras --dev | ||||
|   | ||||
		Reference in New Issue
	
	Block a user