Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Add dependencies conflict check
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored and koszti committed Mar 18, 2020
1 parent bfe4858 commit f10e0b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
. venv/bin/activate
pip install --upgrade pip
pip install .[test]
- run:
name: Check dependencies for conflict
command: |
. venv/bin/activate
pip check
- run:
name: 'Check code formatting and do pylinting'
command: |
Expand All @@ -34,4 +40,4 @@ workflows:
version: 2
build:
jobs:
- build
- build

0 comments on commit f10e0b8

Please sign in to comment.