Skip to content

Commit

Permalink
Small workflow change to accomodate new nb name
Browse files Browse the repository at this point in the history
  • Loading branch information
greydanus committed May 6, 2024
1 parent 249f31a commit 533146e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: install notebooks
run: python -m pip install notebook jupyter
- name: run minimal example notebooks
run: jupyter nbconvert --execute --to html notebooks/mnist1d_tiny.ipynb
run: jupyter nbconvert --execute --to html "notebooks/3. mnist1d_pip.ipynb"

install: #installing the library as if one would not want to git-clone it

Expand Down
2 changes: 1 addition & 1 deletion notebooks/3. mnist1d_pip.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"outputs": [],
"source": [
"!python -m pip install git+https://github.com/greydanus/mnist1d.git@master"
"# !python -m pip install git+https://github.com/greydanus/mnist1d.git@master"
]
},
{
Expand Down

0 comments on commit 533146e

Please sign in to comment.