aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-08-10 10:43:24 +0200
committertmartins <thigm85@gmail.com>2020-08-10 10:43:24 +0200
commit9c65323c33008ba6103c0eb6b06f369166226f07 (patch)
treeddf2b9aec58d8c7a2d5cf0001aee8545d7194119
parent65517802964784202d8a86d3cf0ecf8f83bbf265 (diff)
temporarily remove notebook runs from test to wait for an external bug to be resolved
-rw-r--r--.github/workflows/python.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index e2bdb831414..1186278d1fe 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -38,9 +38,9 @@ jobs:
- name: Check if there is no diff library/notebooks
run: |
if [ -n "$(nbdev_diff_nbs)" ]; then echo -e "!!! Detected difference between the notebooks and the library"; false; fi
- - name: Run notebook tests
- run: |
- nbdev_test_nbs
+# - name: Run notebook tests
+# run: |
+# nbdev_test_nbs
- name: Build and publish
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env: