kopia lustrzana https://github.com/simonw/datasette
				
				
				
			Don't need pysqlite3-binary any more, refs #1853
							rodzic
							
								
									9676b2deb0
								
							
						
					
					
						commit
						613ad05c09
					
				|  | @ -13,12 +13,12 @@ jobs: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - name: Check out datasette |     - name: Check out datasette | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v3 | ||||||
|     - name: Set up Python |     - name: Set up Python | ||||||
|       uses: actions/setup-python@v2 |       uses: actions/setup-python@v4 | ||||||
|       with: |       with: | ||||||
|         python-version: "3.10" |         python-version: "3.11" | ||||||
|     - uses: actions/cache@v2 |     - uses: actions/cache@v3 | ||||||
|       name: Configure pip caching |       name: Configure pip caching | ||||||
|       with: |       with: | ||||||
|         path: ~/.cache/pip |         path: ~/.cache/pip | ||||||
|  | @ -74,7 +74,6 @@ jobs: | ||||||
|             --branch=$GITHUB_SHA \ |             --branch=$GITHUB_SHA \ | ||||||
|             --version-note=$GITHUB_SHA \ |             --version-note=$GITHUB_SHA \ | ||||||
|             --extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \ |             --extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \ | ||||||
|             --install=pysqlite3-binary \ |  | ||||||
|             --service "datasette-latest$SUFFIX" |             --service "datasette-latest$SUFFIX" | ||||||
|     - name: Deploy to docs as well (only for main) |     - name: Deploy to docs as well (only for main) | ||||||
|       if: ${{ github.ref == 'refs/heads/main' }} |       if: ${{ github.ref == 'refs/heads/main' }} | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Simon Willison
						Simon Willison