mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-11-01 01:21:18 +01:00 
			
		
		
		
	Add: pip caching (#2723)
# Description Please provide a summary of the changes, including relevant motivation and context. Closes #(issue_number) ## Checklist - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have performed a self-review of my own code - [ ] I have attached images of the change if it is UI based - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] If my code has heavily changed functionality I have updated relevant docs on [Stirling-PDFs doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) - [x] My changes generate no new warnings - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only)
This commit is contained in:
		
							parent
							
								
									b4b5a2419b
								
							
						
					
					
						commit
						e6874cb219
					
				
							
								
								
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -102,6 +102,7 @@ jobs:
 | 
			
		||||
        uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: "3.12"
 | 
			
		||||
          cache: 'pip' # caching pip dependencies
 | 
			
		||||
 | 
			
		||||
      - name: Pip requirements
 | 
			
		||||
        run: |
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/pre_commit.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/pre_commit.yml
									
									
									
									
										vendored
									
									
								
							@ -27,6 +27,7 @@ jobs:
 | 
			
		||||
        uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: 3.12
 | 
			
		||||
          cache: 'pip' # caching pip dependencies
 | 
			
		||||
      - name: Run Pre-Commit Hooks
 | 
			
		||||
        run: |
 | 
			
		||||
          pip install --require-hashes -r ./.github/scripts/requirements_pre_commit.txt
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/sync_files.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/sync_files.yml
									
									
									
									
										vendored
									
									
								
							@ -29,6 +29,7 @@ jobs:
 | 
			
		||||
        uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: "3.12"
 | 
			
		||||
          cache: 'pip' # caching pip dependencies
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: pip install --require-hashes -r ./.github/scripts/requirements_sync_readme.txt
 | 
			
		||||
      - name: Sync README
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user