Skip to content

Commit 0e45b72

Browse files
authored
datasette-pretty-json>=0.2.2
Refs simonw/datasette-pretty-json#2
1 parent ace13ec commit 0e45b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.8
20+
python-version: "3.10"
2121
- uses: actions/cache@v1
2222
name: Configure pip caching
2323
with:
@@ -110,7 +110,7 @@ jobs:
110110
--branch=main \
111111
--install=datasette-search-all>=0.3 \
112112
--install=datasette-render-markdown>=1.1.2 \
113-
--install=datasette-pretty-json \
113+
--install=datasette-pretty-json>=0.2.2 \
114114
--install=datasette-json-html \
115115
--install=datasette-vega \
116116
--install=datasette-render-images \

0 commit comments

Comments
 (0)