Skip to content

Commit

Permalink
datasette-pretty-json>=0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Sep 28, 2022
1 parent ace13ec commit 0e45b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: "3.10"
- uses: actions/cache@v1
name: Configure pip caching
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
--branch=main \
--install=datasette-search-all>=0.3 \
--install=datasette-render-markdown>=1.1.2 \
--install=datasette-pretty-json \
--install=datasette-pretty-json>=0.2.2 \
--install=datasette-json-html \
--install=datasette-vega \
--install=datasette-render-images \
Expand Down

0 comments on commit 0e45b72

Please sign in to comment.