From 89fbfdf23ce25e0eaeb598370001674e7908b38d Mon Sep 17 00:00:00 2001 From: Simon Walton Date: Fri, 6 Dec 2019 15:17:52 -0800 Subject: [PATCH] Workflow typo --- .github/workflows/master_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_build.yml b/.github/workflows/master_build.yml index 7fc4d238f4..251c0cb15d 100644 --- a/.github/workflows/master_build.yml +++ b/.github/workflows/master_build.yml @@ -189,7 +189,7 @@ jobs: - name: Install Python modules if: matrix.os != 'ubuntu-latest' shell: bash - run: + run: | if [ "`uname`" == Linux ]; then pip install boto3 PyGithub else