|
@@ -90,4 +90,8 @@ jobs:
|
|
- run: pipenv graph
|
|
- run: pipenv graph
|
|
# > the default behaviour is to abort conversion [...] if one of the cells throws an error
|
|
# > the default behaviour is to abort conversion [...] if one of the cells throws an error
|
|
- run: pipenv run jupyter nbconvert --execute --inplace *.ipynb
|
|
- run: pipenv run jupyter nbconvert --execute --inplace *.ipynb
|
|
- - run: git diff
|
|
|
|
|
|
+ # revert line specifying version of python interpreter
|
|
|
|
+ - run: sudo apt-get update
|
|
|
|
+ - run: sudo apt-get install --yes --no-install-recommends patchutils
|
|
|
|
+ - run: git diff --unified=0 | grepdiff --output-matching=hunk '^ "version":' | patch --reverse
|
|
|
|
+ - run: git diff --exit-code
|