Try pysqlite3 on latest.datasette.io

--install=pysqlite3-binary to get a working demo of generated columns, refs #1119
This commit is contained in:
Simon Willison 2020-11-30 17:19:09 -08:00 committed by GitHub
commit a970276b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ jobs:
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--setting template_debug 1" \
--install=pysqlite3-binary \
--service=datasette-latest
# Deploy docs.db to a different service
datasette publish cloudrun docs.db \