latest now uses datasette-ephemeral-tables>=0.2.1

Fix for https://github.com/simonw/datasette-ephemeral-tables/issues/4
This commit is contained in:
Simon Willison 2022-11-29 20:43:27 -08:00 committed by GitHub
commit 9f5321ff1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ jobs:
--branch=$GITHUB_SHA \
--version-note=$GITHUB_SHA \
--extra-options="--setting template_debug 1 --setting trace_debug 1 --crossdb" \
--install 'datasette-ephemeral-tables>=0.2' \
--install 'datasette-ephemeral-tables>=0.2.1' \
--service "datasette-latest$SUFFIX"
- name: Deploy to docs as well (only for main)
if: ${{ github.ref == 'refs/heads/main' }}