Install sqlcipher3 extensions in build.

This commit is contained in:
Charles Leifer
2021-10-21 09:04:00 -05:00
parent 10be40b2ea
commit 4dc9abcda1
+3
View File
@@ -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: |