Install test deps and py3.9 for type check job
							parent
							
								
									443ebea165
								
							
						
					
					
						commit
						69bbf6a957
					
				|  | @ -6,15 +6,19 @@ jobs: | ||||||
|   mypy: |   mypy: | ||||||
|     name: 'MyPy' |     name: 'MyPy' | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|  | 
 | ||||||
|     steps: |     steps: | ||||||
|       - name: Checkout |       - name: Checkout | ||||||
|         uses: actions/checkout@v2 |         uses: actions/checkout@v2 | ||||||
|  | 
 | ||||||
|       - name: Setup python |       - name: Setup python | ||||||
|         uses: actions/setup-python@v2 |         uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: '3.8' |           python-version: '3.9' | ||||||
|  | 
 | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: pip install -U . --upgrade-strategy eager |         run: pip install -U . --upgrade-strategy eager -r requirements-test.txt | ||||||
|  | 
 | ||||||
|       - name: Run MyPy check |       - name: Run MyPy check | ||||||
|         run: mypy tractor/ --ignore-missing-imports |         run: mypy tractor/ --ignore-missing-imports | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue