Don't need pysqlite3-binary any more, refs #1853

pull/1912/head
Simon Willison 2022-10-25 12:16:48 -07:00
rodzic 6d085af28c
commit 05b479224f
1 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out datasette
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: actions/cache@v2
python-version: "3.11"
- uses: actions/cache@v3
name: Configure pip caching
with:
path: ~/.cache/pip
@ -77,7 +77,6 @@ jobs:
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \
--install=pysqlite3-binary \
--service "datasette-latest$SUFFIX"
- name: Deploy to docs as well (only for main)
if: ${{ github.ref == 'refs/heads/main' }}