Skip to content

Commit

Permalink
Feature/podaac 4653 (#37)
Browse files Browse the repository at this point in the history
* Jupyter notebook

* - github action
- updated notebook location

* added dependencies to build

* updated build pipeline

* added install dependencies step

Co-authored-by: Zoltan Miskolci <zoltan.miskolci@jpl.nasa.gov>
  • Loading branch information
Phoeneix and Zoltan Miskolci authored Jul 20, 2022
1 parent ad359fe commit 6a3431c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/jupyter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
touch current_project/test_in.txt
echo "ASCATC-L2-Coastal" > current_project/test_in.txt
mkdir tests/jupyter/notebooks/output
- name: Install dependencies
run: |
pip install papermill
- name: Run Jupyter notebook
run: |
python3 "./tests/jupyter/notebook_test.py" -n "./tests/jupyter/notebooks/harmony_concise_api_test.ipynb" -e uat -i ./current_project/test_in.txt -o ./tests/jupyter/notebooks//output
Expand Down

0 comments on commit 6a3431c

Please sign in to comment.