This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit a1cbee0b8d570d875e48198c8866827e9d51ffb6 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 14:16:28 2020 +0100 Fix syntax. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb5a77a..57ebaaa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,5 +150,5 @@ jobs: tox -e docs-travis - name: Trigger ReadTheDocs build run: | - - pip install requests - - python ./contrib/trigger_rtd_build.py + pip install requests + python ./contrib/trigger_rtd_build.py
