From 697feb163b4819757481f8c3c81f79cd48c4fad1 Mon Sep 17 00:00:00 2001 From: Yashwanth Anantharaju Date: Tue, 25 Feb 2020 13:21:55 -0500 Subject: [PATCH] Update delays.yml --- .github/workflows/delays.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delays.yml b/.github/workflows/delays.yml index 97dc2bf..5b22891 100644 --- a/.github/workflows/delays.yml +++ b/.github/workflows/delays.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-python@v1 - name: Install dependencies run: | - python -m pip install matplotlib nimport azure-kusto-notebooks plotly numpy + python -m pip install matplotlib nimport azure-kusto-notebooks plotly numpy==1.17.0 - uses: yaananth/run-notebook@v1 env: RUNNER: ${{ toJson(runner) }}