From fa58caa26d07b47ad8574b3dd308f0994651ec00 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 28 Jun 2021 14:06:42 +0100 Subject: [PATCH] CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2806952..0ce29b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3.6, pypy3.7 ] + python-version: [ 3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7 ] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2