Skip to content

Commit

Permalink
Use pip to install
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Dec 15, 2022
1 parent 225a098 commit d1e37ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
python --version
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install mysqlclient
- name: Initialize database
id: initialize-database
Expand Down Expand Up @@ -117,7 +116,7 @@ jobs:
- name: Install SingleStore package
run: |
python setup.py install
pip install .
- name: Run tests
if: ${{ matrix.driver != 'https' }}
Expand Down

0 comments on commit d1e37ad

Please sign in to comment.