Skip to content

Commit d6b96dd

Browse files
committed
try stable version instead of head.
1 parent 1f049dc commit d6b96dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sqlalchemy.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: SQLAlchemy compat test
22

33
on:
44
push:
5+
pull_request:
56

67
jobs:
78
build:
@@ -34,7 +35,8 @@ jobs:
3435
PIP_DISABLE_PIP_VERSION_CHECK: 1
3536
run: |
3637
pip install -U pytest pytest-cov
37-
python setup.py develop
38+
#python setup.py develop
39+
pip install mysqlclient # Use stable version
3840
3941
- name: Run SQLAlchemy test
4042
run: |

0 commit comments

Comments
 (0)