Skip to content

Commit

Permalink
try to install the requirements first?
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiung committed May 5, 2020
1 parent d1a2ab6 commit 82fe900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ commands:
pip:
type: string
steps:
- run:
name: Install dependencies
command: << parameters.pip >> install -r requirements.txt
- run:
name: Package the repo into a wheel
command: << parameters.python >> setup.py bdist_wheel
Expand Down Expand Up @@ -99,7 +102,7 @@ jobs:
name: Install dependencies
command: |
apt-get update
apt-get -y install python3.7-dev python3-pip libssl-dev default-libmysqlclient-dev wget mysql-client
apt-get -y install python3-pip libssl-dev default-libmysqlclient-dev wget mysql-client
- wait_for_database:
port: 3306
- load_mysql_ddl
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sqlalchemy
docopt

0 comments on commit 82fe900

Please sign in to comment.