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: >