Skip to content

Commit

Permalink
Try again?
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 17, 2024
1 parent f021769 commit 665549d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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]' pysqlite3-binary
pip install setuptools psycopg2-binary cython pymysql 'apsw' mysql-connector sqlcipher3-binary 'psycopg[binary]'
python setup.py build_ext -i
psql peewee_test -c 'CREATE EXTENSION hstore;'
- name: crdb
Expand All @@ -67,4 +67,4 @@ jobs:
PGUSER: postgres
PGHOST: 127.0.0.1
PGPASSWORD: peewee
run: python runtests.py --mysql-user=root --mysql-password=peewee -s
run: python runtests.py --mysql-user=root --mysql-password=peewee -s -v2

0 comments on commit 665549d

Please sign in to comment.