mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	Fix Python version in CI
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -63,7 +63,7 @@ jobs: | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v6 | ||||
|         with: | ||||
|           python-version: 3.10 | ||||
|           python-version: "3.10" | ||||
|       - name: Install dependencies | ||||
|         shell: bash | ||||
|         run: | | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							| @ -16,7 +16,7 @@ jobs: | ||||
|       - name: Set up Python | ||||
|         uses: actions/setup-python@v6 | ||||
|         with: | ||||
|           python-version: 3.10 | ||||
|           python-version: "3.10" | ||||
|       - name: Install dependencies | ||||
|         shell: bash | ||||
|         run: | | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 François Voron
					François Voron