Skip to content

Commit 854462d

Browse files
author
Diego Ardila
committed
restore dev requirements
1 parent 03878b3 commit 854462d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
command: | # install dependencies
1414
pip install --upgrade pip
1515
pip install poetry
16-
poetry install --no-dev
16+
poetry install
1717
1818
- run:
1919
name: Black Formatting Check # Only validation, without re-formatting

0 commit comments

Comments
 (0)