summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/kit.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index a405fa07..d35c5c66 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -196,7 +196,8 @@ jobs:
- name: "Install PyPy"
uses: actions/setup-python@v2
with:
- python-version: "pypy3"
+ # PYVERSIONS
+ python-version: "pypy-3.7"
cache: pip
cache-dependency-path: 'requirements/*.pip'