Skip to content

Commit 29cae08

Browse files
committed
Add test checking feature notebook works properly
1 parent 51637a3 commit 29cae08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
# with:
4242
# token: ${{ secrets.CODECOV_TOKEN }}
4343
# file: ./coverage.xml
44-
# - name: Execute feature notebook with papermill
45-
# run: |
46-
# pip install papermill
47-
# cd examples
48-
# papermill --report-mode 1_feature_overview.ipynb out.json
44+
- name: Execute feature notebook with papermill
45+
run: |
46+
pip install papermill
47+
cd examples
48+
papermill --report-mode pysensors_overview.ipynb out.json
4949
- uses: actions/cache@v1
5050
with:
5151
path: ~/.cache/pip

0 commit comments

Comments
 (0)