diff --git a/.circleci/config.yml b/.circleci/config.yml index 9472cd15..69b8a1bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,9 +21,7 @@ jobs: steps: - checkout - run: - command: | - apt-get -yq update - apt-get -y install jupyter + command: pip3 install jupyter nbconvert name: Install jupyter - run: command: python3 setup.py install @@ -37,9 +35,7 @@ jobs: steps: - checkout - run: - command: | - apt-get -yq update - apt-get -y install jupyter + command: pip3 install jupyter nbconvert name: Install jupyter - run: command: python3 setup.py install @@ -53,9 +49,7 @@ jobs: steps: - checkout - run: - command: | - apt-get -yq update - apt-get -y install jupyter + command: pip3 install jupyter nbconvert name: Install jupyter - run: command: python3 setup.py install