mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
Run sqliteq tests
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
PGPASSWORD: peewee
|
||||
run: |
|
||||
sudo apt-get install libsqlite3-dev
|
||||
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3 pysqlite3 'psycopg[binary]'
|
||||
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3 pysqlite3 'psycopg[binary]' gevent
|
||||
pip install greenlet aiosqlite aiomysql asyncpg
|
||||
python setup.py build_ext -i
|
||||
psql peewee_test -c 'CREATE EXTENSION hstore;'
|
||||
|
||||
Reference in New Issue
Block a user