Skip to content

Commit

Permalink
Use newer nbconvert (#154)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mscroggs authored Apr 19, 2022
1 parent e4adb49 commit 3273fa9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3273fa9

Please sign in to comment.