Skip to content

Commit

Permalink
Try one more time.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 17, 2024
1 parent 665549d commit 8dba3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
PGHOST: 127.0.0.1
PGPASSWORD: peewee
run: |
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3-binary 'psycopg[binary]'
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;'
- name: crdb
Expand Down

0 comments on commit 8dba3bd

Please sign in to comment.