update github action poetry
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/pypi.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/pypi.yml
									
									
									
									
										vendored
									
									
								
							| @@ -11,7 +11,10 @@ jobs: | |||||||
|       - uses: actions/setup-python@v2 |       - uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: '3.x' |           python-version: '3.x' | ||||||
|       - uses: abatilo/actions-poetry@v2.0.0 |       - name: Install and configure Poetry | ||||||
|  |         uses: snok/install-poetry@v1.1.1 | ||||||
|  |         with: | ||||||
|  |           virtualenvs-create: false | ||||||
|       - name: Build dists |       - name: Build dists | ||||||
|         run: make build |         run: make build | ||||||
|       - name: Pypi Publish |       - name: Pypi Publish | ||||||
|   | |||||||
							
								
								
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,5 +1,5 @@ | |||||||
| name: test | name: test | ||||||
| on: [push, pull_request] | on: [ push, pull_request ] | ||||||
| jobs: | jobs: | ||||||
|   testall: |   testall: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| @@ -19,7 +19,10 @@ jobs: | |||||||
|       - uses: actions/setup-python@v2 |       - uses: actions/setup-python@v2 | ||||||
|         with: |         with: | ||||||
|           python-version: '3.x' |           python-version: '3.x' | ||||||
|       - uses: abatilo/actions-poetry@v2.0.0 |       - name: Install and configure Poetry | ||||||
|  |         uses: snok/install-poetry@v1.1.1 | ||||||
|  |         with: | ||||||
|  |           virtualenvs-create: false | ||||||
|       - name: CI |       - name: CI | ||||||
|         env: |         env: | ||||||
|           MYSQL_PASS: root |           MYSQL_PASS: root | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user