From 3273fa97c8a13ee171b0bc45ec40567966588b3d Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Tue, 19 Apr 2022 09:23:05 +0100 Subject: [PATCH] Use newer nbconvert (#154) * update fenicsx interface * update fenicsx interface * flake & black * didn't mean to delete that * remove black formatting * flake * use pip not apt * use pip for other workflows too --- .circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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