mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	workflows : remove nocleanup arg for check-requirements.sh (#5826)
Reduces peak tmpfs usage and should prevent the check from failing from running out of space. Fixes the 'No space left on device' issue mentioned in #5703.
This commit is contained in:
		| @@ -3,12 +3,14 @@ name: Python check requirements.txt | |||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|     paths: |     paths: | ||||||
|  |       - '.github/workflows/python-check-requirements.yml' | ||||||
|       - 'scripts/check-requirements.sh' |       - 'scripts/check-requirements.sh' | ||||||
|       - 'convert*.py' |       - 'convert*.py' | ||||||
|       - 'requirements.txt' |       - 'requirements.txt' | ||||||
|       - 'requirements/*.txt' |       - 'requirements/*.txt' | ||||||
|   pull_request: |   pull_request: | ||||||
|     paths: |     paths: | ||||||
|  |       - '.github/workflows/python-check-requirements.yml' | ||||||
|       - 'scripts/check-requirements.sh' |       - 'scripts/check-requirements.sh' | ||||||
|       - 'convert*.py' |       - 'convert*.py' | ||||||
|       - 'requirements.txt' |       - 'requirements.txt' | ||||||
| @@ -26,4 +28,4 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           python-version: "3.11" |           python-version: "3.11" | ||||||
|       - name: Run check-requirements.sh script |       - name: Run check-requirements.sh script | ||||||
|         run:  bash scripts/check-requirements.sh nocleanup |         run:  bash scripts/check-requirements.sh | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 crasm
					crasm