Skip to content

Commit d1e37ad

Browse files
committed
Use pip to install
1 parent 225a098 commit d1e37ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
python --version
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
22-
pip install mysqlclient
2322
2423
- name: Initialize database
2524
id: initialize-database
@@ -117,7 +116,7 @@ jobs:
117116
118117
- name: Install SingleStore package
119118
run: |
120-
python setup.py install
119+
pip install .
121120
122121
- name: Run tests
123122
if: ${{ matrix.driver != 'https' }}

0 commit comments

Comments
 (0)