Skip to content

Commit

Permalink
fix: cd workflow, add jupyter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
janfb authored and michaeldeistler committed Aug 14, 2024
1 parent 8f31c7b commit 4dfd908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
cd:
name: CD
name: Continuous Deployment
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -54,9 +54,3 @@ jobs:
flags: unittests
name: codecov-sbi-all-cpu
token: ${{ secrets.CODECOV_TOKEN }}

- name: Check doc building
run: |
jupyter nbconvert --to markdown tutorials/*.ipynb --output-dir docs/tutorial/
jupyter nbconvert --to markdown examples/*.ipynb --output-dir docs/examples/
mkdocs build -f docs/mkdocs.yml --site-dir site
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ keywords = ["Bayesian inference", "simulation-based inference", "PyTorch"]
dependencies = [
"arviz",
"joblib>=1.0.0",
"jupyter",
"matplotlib",
"numpy",
"pillow",
Expand Down

0 comments on commit 4dfd908

Please sign in to comment.