We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225a098 commit d1e37adCopy full SHA for d1e37ad
1 file changed
.github/workflows/smoke-test.yml
@@ -19,7 +19,6 @@ jobs:
19
python --version
20
python -m pip install --upgrade pip
21
pip install -r requirements.txt
22
- pip install mysqlclient
23
24
- name: Initialize database
25
id: initialize-database
@@ -117,7 +116,7 @@ jobs:
117
116
118
- name: Install SingleStore package
119
run: |
120
- python setup.py install
+ pip install .
121
122
- name: Run tests
123
if: ${{ matrix.driver != 'https' }}
0 commit comments