mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -04:00
Install sqlcipher3 extensions in build.
This commit is contained in:
@@ -48,6 +48,9 @@ jobs:
|
||||
pip install psycopg2-binary cython pymysql apsw mysql-connector
|
||||
python setup.py build_ext -i
|
||||
psql peewee_test -c 'CREATE EXTENSION hstore;'
|
||||
- name: sqlcipher
|
||||
if: ${{ matrix.python-version != 2.7 }}
|
||||
run: pip install sqlcipher3-binary
|
||||
- name: crdb
|
||||
if: ${{ matrix.peewee-backend == 'cockroachdb' }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user