From e9c09799b8f55cf6dc667d36c877af2ba471b91c Mon Sep 17 00:00:00 2001 From: tmartins Date: Thu, 4 Jun 2020 13:46:39 +0200 Subject: change step name --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3