You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/12/13 13:24:25 UTC

[libcloud] 12/15: Fix syntax.

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 <to...@tomaz.me>
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