Skip to content

Commit

Permalink
add pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 16, 2023
1 parent 009fe53 commit f1d7fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install jupyter
run: poetry install -E notebook

- name: Install pandoc
run: sudo apt-get install pandoc

# Execute and convert notebooks
- name: execute notebooks
run: find $GITHUB_WORKSPACE/tutorial -type f -name "*.ipynb" -exec poetry run jupyter-nbconvert --execute --to notebook --inplace {} \;
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

name: linting

on: [push]
on:
push:
branches: main

jobs:
build:
Expand Down

0 comments on commit f1d7fc8

Please sign in to comment.