Skip to content

Commit 76f9512

Browse files
committed
Add libsqlite3-dev?
1 parent 2b77c67 commit 76f9512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
PGHOST: 127.0.0.1
5353
PGPASSWORD: peewee
5454
run: |
55+
sudo apt-get install libsqlite3-dev
5556
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3-binary 'psycopg[binary]' pysqlite3
5657
python setup.py build_ext -i
5758
psql peewee_test -c 'CREATE EXTENSION hstore;'

0 commit comments

Comments
 (0)