aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-06-04 13:46:39 +0200
committertmartins <thigm85@gmail.com>2020-06-04 13:46:39 +0200
commite9c09799b8f55cf6dc667d36c877af2ba471b91c (patch)
tree8ad1c9feb5069210102f0bff5d03423898b8745f /.github
parent42b2eddda4117267ffb2d4672b3388f06107e798 (diff)
change step name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 96e1907821b..a32300043a3 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -34,6 +34,6 @@ 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 tests
+ - name: Run notebook tests
run: |
nbdev_test_nbs