From fe06b70312cc7bb11b06f2b4d717e8db49fe76fd Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 4 Dec 2022 12:59:05 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Replace=20=F0=9F=90=8D=203.6=20?= =?UTF-8?q?=E2=80=A2=20ubuntu-latest=20=E2=80=A2=20x64=20-DPYBIND11=5FFIND?= =?UTF-8?q?PYTHON=3DON=20-DCMAKE=5FCXX=5FFLAGS=3D"-D=5F=3D1"=20with=203.9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3ec984e1ed7265ac152e6760c68a0bad97d5a2bd. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072d561e0..bd99ddd33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: matrix: runs-on: [ubuntu-latest, windows-2022, macos-latest] python: + - '3.6' - '3.9' - '3.10' - '3.11' @@ -42,7 +43,7 @@ jobs: include: # Just add a key - runs-on: ubuntu-latest - python: '3.9' + python: '3.6' args: > -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1"