You've already forked LibreTranslate
							
							
				mirror of
				https://github.com/LibreTranslate/LibreTranslate.git
				synced 2025-10-30 23:37:48 +02:00 
			
		
		
		
	Fix test workflow
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/publish-package.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/publish-package.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,6 +21,12 @@ jobs: | ||||
|       with: | ||||
|         python-version: ${{ matrix.python-version }} | ||||
|  | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         python -m pip install --upgrade pip | ||||
|         pip install pytest flake8 | ||||
|         pip install . | ||||
|  | ||||
|     - name: Check code style with flake8 (lint) | ||||
|       run: | | ||||
|         # warnings if there are Python syntax errors or undefined names  | ||||
| @@ -29,12 +35,6 @@ jobs: | ||||
|         # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide | ||||
|         flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics | ||||
|  | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         python -m pip install --upgrade pip | ||||
|         pip install pytest | ||||
|         pip install . | ||||
|  | ||||
|     - name: Test with pytest | ||||
|       run: pytest | ||||
|  | ||||
|   | ||||
							
								
								
									
										12
									
								
								.github/workflows/run-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/run-tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -25,6 +25,12 @@ jobs: | ||||
|       with: | ||||
|         python-version: ${{ matrix.python-version }} | ||||
|  | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         python -m pip install --upgrade pip | ||||
|         pip install pytest flake8 | ||||
|         pip install . | ||||
|  | ||||
|     - name: Check code style with flake8 (lint) | ||||
|       run: | | ||||
|         # warnings if there are Python syntax errors or undefined names  | ||||
| @@ -33,12 +39,6 @@ jobs: | ||||
|         # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide | ||||
|         flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics | ||||
|  | ||||
|     - name: Install dependencies | ||||
|       run: | | ||||
|         python -m pip install --upgrade pip | ||||
|         pip install pytest | ||||
|         pip install . | ||||
|  | ||||
|     - name: Test with pytest | ||||
|       run: pytest | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user