Skip to content

Commit 5ecf6e6

Browse files
committed
Install sqlite3 in action, refs dogsheep#13
1 parent 8d1ec67 commit 5ecf6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-python@v1
1919
with:
2020
python-version: 3.8
21+
- name: Install sqlite3
22+
run: sudo apt-get install sqlite3
2123
- uses: actions/cache@v1
2224
name: Configure pip caching
2325
with:

0 commit comments

Comments
 (0)