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 972260a44886eebfa3b4315d6c2eefe44e01cd30
Author: Tomaz Muraus <[email protected]>
AuthorDate: Mon Dec 5 20:25:11 2022 +0100

    Try running pyjion tests under ubuntu 20.04.
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5f4f7cfb8..faffdc63b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -54,7 +54,6 @@ jobs:
           - 3.9
           - "3.10"
           - "pypy-3.7"
-          - pyjion
         os:
           - ubuntu-latest
         include:
@@ -62,6 +61,8 @@ jobs:
           # use ubuntu 20.04
           - python_version: 3.6
             os: ubuntu-20.04
+          - python_version: pyjion
+            os: ubuntu-20.04
 
     steps:
       - uses: actions/checkout@master

Reply via email to