Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshrinet committed Mar 26, 2024
1 parent 03b5e76 commit 35ecb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run_notebooks.yml
Expand Up @@ -19,10 +19,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Install dependencies
run: python -m pip install -r requirements.txt

- name: Install nbconvert
run: python -m pip install nbconvert
run: cd tests && python -m pip install -r test_req.txt

- name: Install pystokes
run: python setup.py install
Expand Down
3 changes: 3 additions & 0 deletions tests/test_req.txt
@@ -0,0 +1,3 @@
ipython
jupyter
nbconvert

0 comments on commit 35ecb6e

Please sign in to comment.