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 5887ecb commit a0fcf51Copy full SHA for a0fcf51
.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 pysensors_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