mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Resets to a last known working pipenv version
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -43,7 +43,9 @@ jobs: | |||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|       - |       - | ||||||
|         name: Install pipenv |         name: Install pipenv | ||||||
|         run: pipx install pipenv |         run: | | ||||||
|  |           pipx install pipenv==2022.8.5 | ||||||
|  |           pipenv --version | ||||||
|       - |       - | ||||||
|         name: Set up Python |         name: Set up Python | ||||||
|         uses: actions/setup-python@v4 |         uses: actions/setup-python@v4 | ||||||
| @@ -55,6 +57,10 @@ jobs: | |||||||
|         name: Install dependencies |         name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           pipenv sync --dev |           pipenv sync --dev | ||||||
|  |       - | ||||||
|  |         name: List installed Python dependencies | ||||||
|  |         run: | | ||||||
|  |           pipenv run pip list | ||||||
|       - |       - | ||||||
|         name: Make documentation |         name: Make documentation | ||||||
|         run: | |         run: | | ||||||
| @@ -84,7 +90,9 @@ jobs: | |||||||
|           fetch-depth: 2 |           fetch-depth: 2 | ||||||
|       - |       - | ||||||
|         name: Install pipenv |         name: Install pipenv | ||||||
|         run: pipx install pipenv |         run: | | ||||||
|  |           pipx install pipenv==2022.8.5 | ||||||
|  |           pipenv --version | ||||||
|       - |       - | ||||||
|         name: Set up Python |         name: Set up Python | ||||||
|         uses: actions/setup-python@v4 |         uses: actions/setup-python@v4 | ||||||
| @@ -101,6 +109,10 @@ jobs: | |||||||
|         name: Install Python dependencies |         name: Install Python dependencies | ||||||
|         run: | |         run: | | ||||||
|           pipenv sync --dev |           pipenv sync --dev | ||||||
|  |       - | ||||||
|  |         name: List installed Python dependencies | ||||||
|  |         run: | | ||||||
|  |           pipenv run pip list | ||||||
|       - |       - | ||||||
|         name: Tests |         name: Tests | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes