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


The following commit(s) were added to refs/heads/trunk by this push:
     new 28d56dad9 Update more checks.
28d56dad9 is described below

commit 28d56dad9cd1ece9379e8391cbd4829d3bfc2ba0
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Jun 7 14:02:21 2022 +0200

    Update more checks.
---
 .github/workflows/main.yml | 2 +-
 tox.ini                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e2573ff4a..fac0f5b79 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -117,7 +117,7 @@ jobs:
          script -e -c "tox -e py${{ matrix.python_version }}"
 
       - name: Run dist install checks tox target
-        if: ${{ matrix.python_version != 'pypy3.7' && matrix.python_version != 
'pyjion' }}
+        if: ${{ matrix.python_version != 'pypy-3.7' && matrix.python_version 
!= 'pyjion' }}
         run: |
          script -e -c "tox -e py${{ matrix.python_version }}-dist,py${{ 
matrix.python_version }}-dist-wheel"
 
diff --git a/tox.ini b/tox.ini
index 519de0b9e..84ee8258f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ deps =
 basepython =
     pypypy3: pypy3
     pypypy3.7: pypy3.7
+    pypypy-3.7: pypy3.7
     pypyjion: pyjion
     {py3.6,py3.6-dist,py3.6-dist-wheel}: python3.6
     
{py3.7,docs,checks,black,lint,pylint,mypy,micro-benchmarks,coverage,docs,py3.7-dist,py3.7-dist-wheel}:
 python3.7

Reply via email to