We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace13ec commit 0e45b72Copy full SHA for 0e45b72
1 file changed
.github/workflows/deploy-demo.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.8
+ python-version: "3.10"
21
- uses: actions/cache@v1
22
name: Configure pip caching
23
@@ -110,7 +110,7 @@ jobs:
110
--branch=main \
111
--install=datasette-search-all>=0.3 \
112
--install=datasette-render-markdown>=1.1.2 \
113
- --install=datasette-pretty-json \
+ --install=datasette-pretty-json>=0.2.2 \
114
--install=datasette-json-html \
115
--install=datasette-vega \
116
--install=datasette-render-images \
0 commit comments