Browse Source

✏️ typo in 2nd command

pull/1/head
Francois Lannoy 6 years ago
parent
commit
6d4cc8b3a4
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -17,7 +17,6 @@ jobs:
- run : - run :
name: install deps name: install deps
command: | command: |
pip install
/usr/local/bin/python -m pip install --upgrade pip /usr/local/bin/python -m pip install --upgrade pip
apk update && apk add postgresql-dev gcc python3-dev musl-dev apk update && apk add postgresql-dev gcc python3-dev musl-dev
pip install -r requirements/dev.txt --user pip install -r requirements/dev.txt --user

Loading…
Cancel
Save