Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Pham committed Aug 24, 2022
1 parent 1fe68d6 commit d365c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
command: sudo apt-get update -y
- run:
name: "Build JDeskew"
command: pip install -e .[dev]
command: |
pip install -U pip
pip install -e .[dev]
- run:
name: "Run test"
command: |
Expand Down

0 comments on commit d365c4a

Please sign in to comment.