From 85a429bcee7705dfb7af4a300584bae2596d428d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 20 Jun 2024 08:57:25 -0700 Subject: [PATCH] =?UTF-8?q?Try=20=F0=9F=90=8D=203.8=20=E2=80=A2=20ubuntu-2?= =?UTF-8?q?0.04=20=E2=80=A2=20x64=20without=20`-DCMAKE=5FCXX=5FFLAGS=3D"-D?= =?UTF-8?q?=5F=3D1"`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20956d976..394e8a753 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,13 +45,13 @@ jobs: # existing keys match. # # We support an optional key: args, for cmake args + # TODO: Find a platform to test -DCMAKE_CXX_FLAGS="-D_=1" include: # Just add a key - runs-on: ubuntu-20.04 python: '3.8' args: > -DPYBIND11_FINDPYTHON=ON - -DCMAKE_CXX_FLAGS="-D_=1" - runs-on: ubuntu-20.04 python: 'pypy-3.8' args: >