mirror of
				https://github.com/bcye/structured-wikivoyage-exports.git
				synced 2025-11-04 09:02:45 +00:00 
			
		
		
		
	try new install method
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/test-parser.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-parser.yaml
									
									
									
									
										vendored
									
									
								
							@@ -17,7 +17,7 @@ jobs:
 | 
				
			|||||||
          python-version-file: ".python-version"
 | 
					          python-version-file: ".python-version"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install the project
 | 
					      - name: Install the project
 | 
				
			||||||
        run: uv sync --locked --dev
 | 
					        run: uv export > requirements.txt && pip install -r requirements.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Run tests
 | 
					      - name: Run tests
 | 
				
			||||||
        run: uv run pytest
 | 
					        run: PYTHONPATH=. pytest
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user