From eb4fade39ef303eb5a1c70981b1a77bef879c4e8 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 11 Dec 2020 13:12:29 -0500 Subject: [PATCH] ci: fix mistake --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb8d158ca0..e6eb1d0e317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,10 +51,14 @@ jobs: - runs-on: windows-latest python: pypy3 - # PyPy2 7.3.3 segfaults, while 7.3.2 was fine. TODO: investigate - - runs-on: unbuntu-latest + # TODO: PyPy2 7.3.3 segfaults, while 7.3.2 was fine. + - runs-on: ubuntu-latest python: pypy2 + # TODO: Parameter is incorrect error (again) + - runs-on: windows-latest + python: 3.10-dev + name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}" runs-on: ${{ matrix.runs-on }}