Skip to content

Commit

Permalink
Install notebooks into a share directory
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Oct 23, 2018
1 parent 925d1f8 commit 14c0521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jupyter:
- (git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/lfortran/fortran_kernel && cd fortran_kernel && git checkout v0.1.0 && pip install . && cd .. && rm -r fortran_kernel)
- python -m fortran_kernel.install
- jupyter kernelspec list --json
- cd nb
- cd share/lfortran/nb
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output Demo_out.ipynb Demo.ipynb
artifacts:
paths:
- nb/Demo_out.ipynb
- share/lfortran/nb/Demo_out.ipynb
when: always
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include version
recursive-include share *
File renamed without changes.

0 comments on commit 14c0521

Please sign in to comment.