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 2023/01/02 13:29:44 UTC

[libcloud] 02/02: Fix syntax.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 8a31ba8173eec1cc2f48f4642ae85e0f947b082e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 14:29:32 2023 +0100

    Fix syntax.
---
 .github/workflows/install_test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index 6dcb23bc8..7e3b11dcf 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -19,7 +19,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: "ubuntu-latest"
+        os:
+          - "ubuntu-latest"
         python_version:
           - 3.7
           - 3.8