Skip to content

Commit

Permalink
Add libsqlite3-dev?
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Dec 12, 2024
1 parent 2b77c67 commit 76f9512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
PGHOST: 127.0.0.1
PGPASSWORD: peewee
run: |
sudo apt-get install libsqlite3-dev
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3-binary 'psycopg[binary]' pysqlite3
python setup.py build_ext -i
psql peewee_test -c 'CREATE EXTENSION hstore;'
Expand Down

0 comments on commit 76f9512

Please sign in to comment.