We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51637a3 commit 29cae08Copy full SHA for 29cae08
.github/workflows/run-tests.yml
@@ -41,11 +41,11 @@ jobs:
41
# with:
42
# token: ${{ secrets.CODECOV_TOKEN }}
43
# 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
+ - name: Execute feature notebook with papermill
+ run: |
+ pip install papermill
+ cd examples
+ papermill --report-mode pysensors_overview.ipynb out.json
49
- uses: actions/cache@v1
50
with:
51
path: ~/.cache/pip
0 commit comments