From 60e4b5c6fc56022f9bbf52da1ab160a51f105e29 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Fri, 4 Mar 2022 13:23:52 +0100 Subject: [PATCH] Pin pypy-3.8 version to fix SQLite error in CI. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86d911a..e43c1f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false max-parallel: 5 matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8'] + python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8-v7.3.7'] django-version: ['3.2', '4.0', 'main'] include: # Tox configuration for QA environment