Run tests against pydantic stuff.

This commit is contained in:
Charles Leifer
2026-03-12 13:03:30 -05:00
parent baa8cb27b9
commit f41b31349d
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
run: |
sudo apt-get install libsqlite3-dev
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3 pysqlite3 'psycopg[binary]' gevent
pip install greenlet aiosqlite aiomysql asyncpg
pip install greenlet aiosqlite aiomysql asyncpg pydantic
python setup.py build_ext -i
psql peewee_test -c 'CREATE EXTENSION hstore;'
- name: crdb