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

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

commit 4993e74bdbfadc40d1f12f20efb8d786d295d7d2
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Aug 2 09:42:52 2023 +0200

    Don't run dist check under PyPy 3.8.
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index abb6d50b7..70b1fdd67 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
 
       - name: Run dist install checks tox target
         # NOTE: 3.12 will be failing until we migrate away from setup.py
-        if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version 
!= 'pyjion' && matrix.python_version != '3.12-dev' }}
+        if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version 
!= 'pypy-3.8' && matrix.python_version != 'pyjion' && matrix.python_version != 
'3.12-dev' }}
         run: |
          tox -e py${{ matrix.python_version }}-dist,py${{ 
matrix.python_version }}-dist-wheel
 

Reply via email to