Skip to content

Commit 03878b3

Browse files
author
Diego Ardila
committed
remove jupyter but still install things we need for test
1 parent 934e22a commit 03878b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
pip install --upgrade pip
1515
pip install poetry
1616
poetry install --no-dev
17+
1718
- run:
1819
name: Black Formatting Check # Only validation, without re-formatting
1920
command: |

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ flake8 = "^3.9.1"
4747
mypy = "^0.812"
4848
coverage = "^5.5"
4949
pre-commit = "^2.12.1"
50-
jupyterlab = "^3.0.14"
5150

5251

5352
[build-system]

0 commit comments

Comments
 (0)