Workflow typo

This commit is contained in:
Simon Walton 2019-12-06 15:17:52 -08:00
parent 20ce8affb9
commit 89fbfdf23c

View file

@ -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