diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 8f1d4576..1f720236 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -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 \ + --install 'datasette-ephemeral-tables>=0.2' \ --service "datasette-latest$SUFFIX" - name: Deploy to docs as well (only for main) if: ${{ github.ref == 'refs/heads/main' }}