CI: pin the version of pathlib to v2.3.6 (#28832)
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							500e05ee50
						
					
				
				
					commit
					ffa58a20c6
				
			
							
								
								
									
										4
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -127,6 +127,10 @@ jobs: | ||||
|           if python -c 'import sys; sys.exit(not sys.version_info >= (3, 6))'; then | ||||
|               pip install --upgrade flake8 isort>=4.3.5 mypy>=0.900 black | ||||
|           fi | ||||
|     - name: Pin pathlib for Python 2.7 | ||||
|       if: ${{ matrix.python-version == 2.7 }} | ||||
|       run: | | ||||
|           pip install -U pathlib2==2.3.6 | ||||
|     - name: Setup git configuration | ||||
|       run: | | ||||
|           # Need this for the git tests to succeed. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user